Add OpenSRF client library for PHP (Google Summer of Code 2012). user/senator/php-opensrf
authorPranjal Prabhash <pranjal.prabhash@gmail.com>
Tue, 29 Jan 2013 20:12:32 +0000 (01:42 +0530)
committerLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Tue, 29 Jan 2013 20:42:01 +0000 (15:42 -0500)
commit19fdffefd611b65cc953e90358442e66161c9b55
tree0c41fd2379ac754438e95242759fe0be80b1ba57
parent2883586dd2c6852ce817dcf117d263283e14c9e1
Add OpenSRF client library for PHP (Google Summer of Code 2012).

These PHP bindings for the OpenSRF library allow you to make requests
and receive responses from OpenSRF services, such as those that comprise
the Evegreen Integrated Library System (ILS).
12 files changed:
src/php/README.md [new file with mode: 0755]
src/php/docs/doc.md [new file with mode: 0755]
src/php/examples/open-ils_actor/retrieve.php [new file with mode: 0755]
src/php/examples/title_level_hold/index.php [new file with mode: 0755]
src/php/lib/Config.php [new file with mode: 0755]
src/php/lib/Fieldmapper.php [new file with mode: 0755]
src/php/lib/FieldmapperClassAbstract.php [new file with mode: 0755]
src/php/lib/OpenIlsSimpleRequest.php [new file with mode: 0755]
src/php/lib/OsrfMessage.php [new file with mode: 0755]
src/php/lib/OsrfResponse.php [new file with mode: 0755]
src/php/lib/OsrfSession.php [new file with mode: 0755]
src/php/lib/methods.php [new file with mode: 0644]