oauth2-server/framework-integrations.md
Vincent Klaiber f73f55c085 Update Laravel link
The passport package has replaced oauth2-server-laravel for future versions of Laravel.
2016-08-30 10:28:18 +02:00

14 lines
465 B
Markdown

---
layout: default
title: Framework Integrations
permalink: /framework-integrations/
---
# Framework Integrations
* [Laravel + Lumen](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)
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.