diff --git a/framework-integrations.md b/framework-integrations.md index d3c05db9..0883ce24 100644 --- a/framework-integrations.md +++ b/framework-integrations.md @@ -6,9 +6,10 @@ permalink: /framework-integrations/ # Framework Integrations -* [Laravel + Lumen](https://github.com/lucadegasperi/oauth2-server-laravel) +* [CakePHP 3](https://github.com/uafrica/oauth-server) +* [Drupal](https://www.drupal.org/project/simple_oauth) * [Laravel Passport (Official)](https://laravel.com/docs/passport) -* Slim (or any PSR7-supporting framework) - See the examples in this repository * [Nette Framework](https://github.com/lookyman/nette-oauth2-server) +* Slim (or any PSR7-supporting framework) - See the examples in this repository 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.