Download the PHP package bokbasen/php-api-client without Composer
On this page you can find all versions of the php package bokbasen/php-api-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download bokbasen/php-api-client
More information about bokbasen/php-api-client
Files in bokbasen/php-api-client
Package php-api-client
Short Description Generic PHP API client for Bokbasen's API
License MIT
Homepage https://www.bokbasen.no
Informations about the package php-api-client
php-api-client
Click here if you're looking for documentation to version 1.*
Generic API client for use against all Bokbasen APIs where no spesific SDK is implemented that require authetication.
The HTTP client is simple in use and you must implement API spesific functionality yourself. But it provides a standard interface to do request against Bokbasen APIs and allow you to use the Login SDK handling any complexity related to authentication.
First create a Login object see php-sdk-auth for details
Installation
We are using HttpClientDiscovery so you'll need to require a PSR-7 compatible implementation, e.g.;
Then add our package:
Usage
Tests
All versions of php-api-client with dependencies
ext-json Version *
bokbasen/php-sdk-auth Version ^2|^3
php-http/client-implementation Version ^1.0
php-http/httplug Version ^2.0
php-http/message-factory Version ^1.0
php-http/discovery Version ^1.0