PHP SDK to interact with the OATS Phoenix API (earlweb.net);
You can install the package via composer:
composer require weble/oatsphoenixapi
$oats = new Weble\OATSPhoenixApi\OATS(
'[OATS_API_URL]',
'[TOKEN]'
);
$oats->browse();
composer test
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.