Jacob Kiers 3099dcf617 Maintain compatibility for PHP 5.3.0 - 5.3.8
Interface inheritance is not possible before PHP 5.3.9. That is an
artefact of PHP bug 43200 (https://bugs.php.net/43200).

Since the composer.json states that the PHP versions >= 5.3.0 are
supported, we have to maintain compatibility with PHP 5.3.X.

Fixes: #7

Signed-off-by: Jacob Kiers <jacob@jacobkiers.net>
2015-10-02 15:34:34 +02:00
2013-08-15 19:59:33 +02:00
2012-12-04 01:28:58 +00:00
2013-02-08 10:32:26 +00:00
2015-07-16 16:06:29 +02:00
2013-11-19 20:54:56 +01: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%