oauth2-server/framework-integrations.md

16 lines
588 B
Markdown
Raw Normal View History

2016-03-15 20:33:44 +00:00
---
layout: default
title: Framework Integrations
permalink: /framework-integrations/
---
# Framework Integrations
2018-05-25 10:29:08 +01:00
* [CakePHP 3](https://github.com/uafrica/oauth-server)
* [Drupal](https://www.drupal.org/project/simple_oauth)
2016-08-30 10:38:08 +02:00
* [Laravel Passport (Official)](https://laravel.com/docs/passport)
2016-08-21 16:21:20 +02:00
* [Nette Framework](https://github.com/lookyman/nette-oauth2-server)
2018-05-25 10:29:08 +01:00
* Slim (or any PSR7-supporting framework) - See the examples in this repository
2016-03-15 20:33:44 +00:00
2016-06-01 08:56:44 +01:00
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.