PHP SDK for coinlayer.com
This is easy in use SDK for Coinlayer.
Original API docs placed here.
SDK available via composer:
composer require alexandrmazur/apilayer-coinlayer-php
Code examples can be found in the example folder.
Tests powered by PhpUnit.
php vendor/bin/phpunit tests
This library use PHP Code Sniffer for code style tests.
php vendor/bin/phpcs
This library use Psalm for code quality tests.
php vendor/bin/psalm --show-info=true
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Olexandr Mazur - Initial work - alexandrmazur96
This project is licensed under the MIT License - see the LICENSE file for details