Add OpenSRF client library for PHP (Google Summer of Code 2012). user/pranjal/new-php-opensrf
authorPranjal Prabhash <pranjal.prabhash@gmail.com>
Tue, 29 Jan 2013 20:12:32 +0000 (01:42 +0530)
committerPranjal Prabhash <pranjal.prabhash@gmail.com>
Tue, 29 Jan 2013 20:58:15 +0000 (02:28 +0530)
commit3f0422da273ce6b50ff06c1b362bc306b800bc0a
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).

Signed-off-by: Pranjal Prabhash <pranjal.prabhash@gmail.com>
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]