postedin / oauth2-server-laravel
An OAuth 2.0 bridge for Laravel and Lumen
Installs: 544
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 533
Open Issues: 0
Requires
- php: >=5.5.9
- illuminate/config: 5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.*
- illuminate/console: 5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.*
- illuminate/contracts: 5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.*
- illuminate/database: 5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.*
- illuminate/http: 5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.*
- illuminate/support: 5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.*
- league/oauth2-server: 4.1.*
Requires (Dev)
- henrikbjorn/phpspec-code-coverage: ^1.0
- mockery/mockery: ^0.9.4
- orchestra/testbench: 3.1.* || 3.2.*
- phpspec/phpspec: ^2.2
- phpunit/phpunit: ^4.8 || ^5.0
This package is not auto-updated.
Last update: 2024-10-26 20:48:19 UTC
README
NOTE: Supporting this until we migrate away. As of writing that just means supporting Laravel 5.5. Readme barely changed and neither will anything else as long as it works.
OAuth 2.0 Server for Laravel
OAuth 2.0 authorization server and resource server for the Laravel and Lumen frameworks. Standard compliant thanks to the amazing work by The League of Extraordinary Packages OAuth 2.0 authorization server and resource server.
Note: This package assumes you have a good-enough knowledge of the principles behind the OAuth 2.0 authorization specification.
Version Compatibility
Documentation
This package features an extensive documentation to help you getting started implementing an OAuth 2.0 server in your Laravel application.
Contributing
Bugs and feature request are tracked on GitHub. Please read our contribution guidelines before opening a new issue or submitting a new pull request.
Credits
The code on which this package is based, is principally developed and maintained by Alex Bilbie.
License
The Laravel OAuth 2.0 package is released under the MIT License.