oauth2-server/framework-integrations.md

15 lines
553 B
Markdown
Raw Normal View History

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