A full-featured SDK, written in PHP, to allow simplified access to the Matcha content distribution platform.
This SDK requires a minimum of PHP 5.6.x to work.
Simply add a dependency on rootsrated_media/compass_tidal_sdk to your project's composer.json file if you use Composer to manage the dependencies of your project:
composer require rootsrated_media/compass_tidal_sdk ^1.0
Check out Composer's Getting Started guide for more information.
Make sure you have the following dependencies:
- Composer
- PHPUnit 5.7+
Run the following from the command line:
phpunit --bootstrap SDK/RootsratedSDK.php tests/SDKtest
- Fork it ( https://github.com/RootsRated/compass_tidal_php_sdk/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request