ademes / oauth2-server-laravel
Laravel 和 Lumen 的 OAuth 2.0 桥接器
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
改编自官方 oauth2-server-laravel
添加了支持使用社交网络登录的功能,例如 Facebook、Google。
OAuth 2.0 授权服务器和资源服务器,适用于 Laravel 和 Lumen 框架。由于 The League of Extraordinary Packages OAuth 2.0 授权服务器和资源服务器出色的工作,该包符合标准。
注意:此包假设您对 OAuth 2.0 授权规范 原则有足够的了解。
版本兼容性
Laravel | OAuth 服务器 | PHP |
---|---|---|
4.0.x | 1.0.x | >= 5.3 |
4.1.x | 1.0.x | >= 5.3 |
4.2.x | 3.0.x | >= 5.4 |
5.0.x | 4.0.x | >= 5.4 |
5.1.x | 5.0.x | >= 5.5.9 |
文档
此包提供了一份全面的wiki,帮助您在 Laravel 应用中开始实施 OAuth 2.0 服务器。
支持
在 GitHub 上跟踪错误和功能请求。在提交新问题或新的 pull 请求之前,请阅读我们的 贡献指南。
致谢
此包基于的代码主要是由 Alex Bilbie 开发和维护的。
许可
此包在 MIT 许可证 下发布。