oauth2-server/framework-integrations.md

17 lines
649 B
Markdown
Raw Normal View History

2016-03-16 02:03:44 +05:30
---
layout: default
title: Framework Integrations
permalink: /framework-integrations/
---
# Framework Integrations
2018-05-25 14:59:08 +05:30
* [CakePHP 3](https://github.com/uafrica/oauth-server)
* [Drupal](https://www.drupal.org/project/simple_oauth)
2016-08-30 14:08:08 +05:30
* [Laravel Passport (Official)](https://laravel.com/docs/passport)
2016-08-21 19:51:20 +05:30
* [Nette Framework](https://github.com/lookyman/nette-oauth2-server)
* [Phalcon Framework](https://github.com/tegaphilip/padlock)
2018-05-25 14:59:08 +05:30
* Slim (or any PSR7-supporting framework) - See the examples in this repository
2016-03-16 02:03:44 +05:30
2016-06-01 13:26:44 +05:30
Have you made a framework integration or written a blog post or tutorial? Please open a PR against the `gh-pages` branch and update this page.