Made package PSR-2 compatible.

Since this is a fork, also renamed the namespaces and containing folder.
This commit is contained in:
Gary Jones
2012-11-17 21:13:44 +00:00
parent 6a15224e34
commit 63b4a0f58d
27 changed files with 1000 additions and 915 deletions

View File

@@ -1,3 +1,7 @@
#OAuth 1 PHP Library
Based on [Andy Smith's](http://term.ie/) [basic php library](http://oauth.googlecode.com/svn/code/php/) for OAuth.
Actually forked from [EHER's version](https://github.com/EHER/OAuth).
Tweaked to pass PSR-2.