h4r5h4 / oauth2-server-laravel
为 Laravel 和 Lumen 框架提供的 OAuth 2.0 桥接器
5.2.2
2016-05-20 20:19 UTC
Requires
- php: >=5.5.9
- illuminate/config: 5.1.* || 5.2.*
- illuminate/console: 5.1.* || 5.2.*
- illuminate/contracts: 5.1.* || 5.2.*
- illuminate/database: 5.1.* || 5.2.*
- illuminate/http: 5.1.* || 5.2.*
- illuminate/support: 5.1.* || 5.2.*
- 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 auto-updated.
Last update: 2024-08-29 04:31:09 UTC
README
Laravel 和 Lumen 框架的 OAuth 2.0 授权服务器和资源服务器。由于 The League of Extraordinary PackagesOAuth 2.0 授权服务器和资源服务器的出色工作,标准兼容。
注意:此包假设您对 OAuth 2.0 授权规范 的原理有足够的了解。
版本兼容性
文档
此包提供了一份详细的文档,以帮助您在 Laravel 应用程序中实现 OAuth 2.0 服务器。
贡献
问题和功能请求在 GitHub 上跟踪。在提交新问题或新的拉取请求之前,请阅读我们的贡献指南。
致谢
此包所基于的代码主要是由 Alex Bilbie 开发和维护的。
许可证
Laravel OAuth 2.0 包在 MIT 许可证 下发布。
