PHP SDK is a library that simplifies work with Connect APIs and can be found at
SDK allows easy and fast integration with various modules. It allows automating the processing of Assets Requests. Before using the library, please make sure you are familiar with the Assets Management Module first.
The library can be consumed in your project in order to automate the fulfillment of requests. Once imported into your project, it will allow you to:
Your code may use any scheduler to execute, from a simple cron to a cloud scheduler like the ones available in the major cloud providers, like:
and others.
Additionally you may use the webhooks functionality from Connect to instantiate your solution,
PHP SDK is available
Where Composer is the recommended way to installPHP SDK. All you need to do is to add this line to your composer.json file:
{
"require": {
"apsconnect/connect-sdk": "^19.0"
}
}
or run the following command in your terminal:
$ composer require apsconnect/connect-sdk --no-dev --prefer-dist --classmap-authoritative
Please note that the vendor folder and the vendor/autoload.php script are automatically generated by the Composer.