fahmiardi / oauth2-server-laravel
为流行的 OAuth 2.0 服务器包 league/oauth2-server 提供的 Laravel 4 包装器
5.0.1
2015-08-19 06:06 UTC
Requires
- php: >=5.5.9
- illuminate/config: 5.1.*
- illuminate/console: 5.1.*
- illuminate/contracts: 5.1.*
- illuminate/database: 5.1.*
- illuminate/http: 5.1.*
- illuminate/support: 5.1.*
- league/oauth2-server: 4.1.*
Requires (Dev)
- henrikbjorn/phpspec-code-coverage: ^1.0.1
- mockery/mockery: ^0.9.4
- orchestra/testbench: 3.1.*
- phpspec/phpspec: ^2.2.1
- phpunit/phpunit: ^4.7.6
README
Laravel 框架的 OAuth 2.0 授权服务器和资源服务器。通过 The League of Extraordinary Packages 的出色工作实现了标准兼容性 OAuth 2.0 授权服务器和资源服务器。
该包假设您对 OAuth 2.0 规范背后的原理有足够的了解 OAuth 2.0 Specification。
版本兼容性
文档
此包具有一个全面的维基,可帮助您开始在 Laravel 应用程序中实现 OAuth 2.0 服务器。
支持
错误和功能请求在 GitHub 上跟踪
许可证
此包在 MIT 许可证下发布。
鸣谢
此包的代码主要是由 基于,并由 Alex Bilbie 开发和维护。