Jacob Kiers 8bd355f556 Use Interfaces anywhere.
In practice, there were still too many concrete classes, which makes
integration into a framework hard. To overcome this, the codebase has
been refactored to use Interfaces when a resource is needed.

All necessary Interfaces have been created, and the existing concrete
classes now implement these interfaces.
2013-02-11 14:02:14 +00:00
2013-02-11 14:02:14 +00:00
2012-12-04 01:28:58 +00:00
2013-02-08 11:09:37 +00:00
2013-02-08 10:32:26 +00:00
2012-11-18 12:28:10 +00:00

#OAuth 1 PHP Library

Based on Andy Smith's basic php library for OAuth.

Actually forked from EHER's version.

Build Status

Current status - Request token part seems to be working - nothing else properly tested yet.

Description
OAuth 1 PHP Library
Readme 198 KiB
2015-10-02 13:50:51 +00:00
Languages
PHP 100%