cpj / cpjoauth2-php
此包最新版本(1.0.3)没有可用的许可证信息。
OAuth2 库
1.0.3
2012-05-24 07:12 UTC
Requires
- php: >=5.3.2
- symfony/http-foundation: 2.1.*
This package is not auto-updated.
Last update: 2024-09-22 02:52:07 UTC
README
此库现在实现了 OAuth 2.0 草案 20。客户端仍然是草案-10。
此版本的 oauth2-php 是基于 https://github.com/quizlet/oauth2-php 的分支,以下是一些更改
- 命名空间
- 不再需要 require(_once)
- PSR-0 自动加载兼容
- 使用 HttpFoundation 请求和响应进行输入/输出
- 更可测试的设计
- 更好的测试覆盖率
(pull request is pending)
https://github.com/quizlet/oauth2-php 是基于 http://code.google.com/p/oauth2-php/ 的分支,针对 OAuth2.0 草案 20 进行了更新,具有更好的面向对象设计。
http://code.google.com/p/oauth2-php/ 是原始仓库,似乎已被废弃。