mrpc/biblionet-client

Client library for the web service of biblionet: https://biblionet.diadrasis.net/webservicetest/

v1.1.4 2021-02-25 12:20 UTC

This package is auto-updated.

Last update: 2024-05-25 19:52:36 UTC


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