weble/oatsphoenixapi

PHP SDK to interact with the Phoenix APIs for OATS databases.

1.3.0 2023-06-22 08:25 UTC

This package is auto-updated.

Last update: 2024-04-22 10:20:09 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.