initial checkin
authorMichael Wallner <mike@php.net>
Thu, 12 May 2016 16:27:57 +0000 (18:27 +0200)
committerMichael Wallner <mike@php.net>
Thu, 12 May 2016 16:27:57 +0000 (18:27 +0200)
commit8ef054b51c681e7822133b38f7c5ed9dd2a0f29c
tree3e2430d39151d4aaa4563c9d979774b9b2f8fecf
parent3ed732562787562d0115a3cbef3f0f5129473b7d
initial checkin
19 files changed:
.editorconfig [new file with mode: 0644]
.gitignore
AUTHORS [new file with mode: 0644]
BUGS [new file with mode: 0644]
CONTRIBUTING.md [new file with mode: 0644]
LICENSE [new file with mode: 0644]
README.md [new file with mode: 0644]
THANKS [new file with mode: 0644]
TODO [new file with mode: 0644]
composer.json [new file with mode: 0644]
lib/API.php [new file with mode: 0644]
lib/API/ContentType.php [new file with mode: 0644]
lib/API/Deferred.php [new file with mode: 0644]
lib/API/Iterator.php [new file with mode: 0644]
lib/API/Links.php [new file with mode: 0644]
lib/Exception.php [new file with mode: 0644]
lib/Exception/RequestException.php [new file with mode: 0644]
peridot.php [new file with mode: 0644]
tests/api.php [new file with mode: 0644]