mrpc / biblionet-client
Client library for the web service of biblionet: https://biblionet.diadrasis.net/webservicetest/
Installs: 27
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/mrpc/biblionet-client
Requires
- php: >=7.0
README
Client library for the web service of biblionet: https://biblionet.gr/webservice/
How to install:
You can install this class using composer, just run:
#composer require mrpc/biblionet-client
in the root of your project
Example use:
$client = new \mrpc\biblionetClient\Client(); $book = $client->getTitle(250081);
Documentation:
Check the "docs" directory
CLI usage:
There is a CLI file to do test queries to the api using shell. To test it, run:
#php cli.php help