weble / oatsphoenixapi
PHP SDK to interact with the Phoenix APIs for OATS databases.
1.3.0
2023-06-22 08:25 UTC
Requires
- php: ^8.1
- ext-json: *
- guzzlehttp/guzzle: ^7.7
- tightenco/collect: ^9.52
Requires (Dev)
- phpunit/phpunit: ^8.2
- symfony/var-dumper: ^4.3
This package is auto-updated.
Last update: 2024-10-22 11:19:07 UTC
README
PHP SDK to interact with the OATS Phoenix API (earlweb.net);
Installation
You can install the package via composer:
composer require weble/oatsphoenixapi
Usage
$oats = new Weble\OATSPhoenixApi\OATS( '[OATS_API_URL]', '[TOKEN]' ); $oats->browse();
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email daniele@weble.it instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.