Download the PHP package aikom/api-client without Composer
On this page you can find all versions of the php package aikom/api-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package api-client
aikom-api-php-client
This is a php library for working with API from Aikom
Install client
Usage
$_ENV[] or getenv() $client = new Aikom\ApiClient(getenv("TEST_API_CLIENT"), getenv("TEST_API_PASSWORD"));
$manager = new Aikom\managers\SubjectManager($client);
echo json_encode($manager->index());
All versions of api-client with dependencies
PHP Build Version
Package Version
The package aikom/api-client contains the following files
Loading the files please wait ....