mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-02 00:43:11 +05:30
14 lines
486 B
Markdown
14 lines
486 B
Markdown
---
|
|
layout: default
|
|
title: Framework Integrations
|
|
permalink: /framework-integrations/
|
|
---
|
|
|
|
# Framework Integrations
|
|
|
|
* [Laravel + Lumen](https://github.com/lucadegasperi/oauth2-server-laravel)
|
|
* 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.
|