Skip to content

Weble/OATSPhoenixApi

Repository files navigation

OATS Phoenix API - PHP SDK

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 [email protected] instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.