friendsofsymfony / oauth2-php
OAuth2 库
1.3.1
2021-04-06 17:14 UTC
Requires
- php: ^5.5.9 || ^7.0.8 || ^7.1.3 || ^7.2.5 || ^8.0.0
- symfony/http-foundation: ~3.0|~4.0|~5.0
Requires (Dev)
- phpunit/phpunit: ^5.0 || ^6.0 || ^8.0 || ^9.0.0
README
此库现在实现了 OAuth 2.0 草案 20。客户端仍然是草案-10。
此版本的 oauth2-php 是基于 https://github.com/quizlet/oauth2-php 的分支,具有以下更改
- 命名空间化
- 不再使用 require(_once)
- PSR-4 自动加载兼容
- 使用 HttpFoundation 请求和响应进行输入/输出
- 更易测试的设计
- 更好的测试覆盖率
(待处理的拉取请求)
https://github.com/quizlet/oauth2-php 是基于 http://code.google.com/p/oauth2-php/ 的分支,针对 OAuth2.0 草案 20 进行了更新,具有更好的面向对象设计。
http://code.google.com/p/oauth2-php/ 是原始仓库,似乎已被遗弃。