PHP LIbrary
Adaptix provides a PHP library on BitBucket. It is recommended that it be used in PHP projects. Other languages will need to use custom means and/or a 3rd party library to handle the OAuth/request processes.
Install via Composer
To install using composer, simply run composer require adaptix/api-library:dev-main
.
Also run, composer require psr/log:^1.1
.
Install Manually
Download the package from Bitbucket. Extract then include the following code in your project (of course change the file path if needed):
Refer to the README in the Bitbucket repository for further instructions on how to use the library or review the code examples included throughout this section.