klapaudius/oauth2-php

OAuth2 库

1.6.0 2024-01-11 22:06 UTC

This package is auto-updated.

Last update: 2024-09-11 23:33:53 UTC


README

Build Status HHVM Status

此库现在实现了 OAuth 2.0 草案 20。客户端仍然是草案-10。

此版本的 oauth2-php 是基于以下更改从 https://github.com/quizlet/oauth2-php 分支而来:

  • 命名空间化
  • 不再使用 require(_once)
  • PSR-4 自动加载兼容
  • 使用 HttpFoundation 请求和响应进行输入/输出
  • 更可测试的设计
  • 更好的测试覆盖率

(待处理拉取请求)

https://github.com/quizlet/oauth2-phphttp://code.google.com/p/oauth2-php/ 的分支,更新了 OAuth2.0 草案 20,具有更好的面向对象设计。

http://code.google.com/p/oauth2-php/ 是原始仓库,看起来已被弃用。