glenscott / oauth
OAuth 1.0a 服务器
v1.0.0
2014-11-25 13:44 UTC
Requires
- php: >=5.3.0
Requires (Dev)
- ext-json: *
- phpunit/phpunit: 4.0.*
This package is not auto-updated.
Last update: 2024-09-24 03:44:04 UTC
README
这是 OAuth 在 php 中的原始参考实现,使用 git-svn 从 https://code.google.com/p/oauth 导入到 git。
git svn clone https://oauth.googlecode.com/svn/code/ cd code git filter-branch --subdirectory-filter php -- --all
然后使用https://help.github.com/articles/changing-author-info/ 中描述的过程将作者(我、fangel 和 bpedro)重命名为他们 GitHub 个人资料中使用的电子邮件地址。
此项目不再维护,最后一位维护者是 https://github.com/fangel,原始作者是 https://github.com/termie
请随意分支,目前已经有相当多的实现,再增加几个也不会有害:)