oauth2-server/framework-integrations.md
2019-01-11 10:34:39 +01:00

18 lines
704 B
Markdown

---
layout: default
title: Framework Integrations
permalink: /framework-integrations/
---
# Framework Integrations
* [CakePHP 3](https://github.com/uafrica/oauth-server)
* [Drupal](https://www.drupal.org/project/simple_oauth)
* [Laravel Passport (Official)](https://laravel.com/docs/passport)
* [Nette Framework](https://github.com/lookyman/nette-oauth2-server)
* [Phalcon Framework](https://github.com/tegaphilip/padlock)
* Slim (or any PSR7-supporting framework) - See the examples in this repository
* [Symfony](https://github.com/trikoder/oauth2-bundle)
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.