glenscott / oauth
oAuth 1.0a server
Installs: 2 280
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Open Issues: 2
Requires
- php: >=5.3.0
Requires (Dev)
- ext-json: *
- phpunit/phpunit: 4.0.*
This package is not auto-updated.
Last update: 2024-11-05 04:18:22 UTC
README
This is the original reference implementation of OAuth in php, imported to git using git-svn from https://code.google.com/p/oauth:
git svn clone https://oauth.googlecode.com/svn/code/ cd code git filter-branch --subdirectory-filter php -- --all
And then used the process described at https://help.github.com/articles/changing-author-info/ to rename the authors (myself, fangel and bpedro) to the email addresses used on their github profiles.
This project is un-maintained, the last maintainer was https://github.com/fangel and the original author was https://github.com/termie
Feel free to fork at will, there are quite a few implementations out there at this point, a few more won't hurt :)