alexandrmazur / apilayer-coinlayer-php
PHP SDK for Apilayer Coinlayer product
1.1.0
2020-12-07 21:47 UTC
Requires
- php: >=7.4
- ext-curl: *
- ext-json: *
- ext-mbstring: *
- psr/http-client: 1.*
- psr/http-factory: 1.*
- psr/http-message: 1.*
Requires (Dev)
- guzzlehttp/psr7: 1.7.*
- laminas/laminas-diactoros: 2.4.1
- php-http/discovery: 1.12.*
- php-http/guzzle6-adapter: ^2.0
- phpspec/prophecy-phpunit: 2.*
- phpunit/phpunit: ^9.3
- squizlabs/php_codesniffer: 3.*
- vimeo/psalm: 4.*
README
Coinlayer PHP SDK
PHP SDK for coinlayer.com
Contents
Getting Started
This is easy in use SDK for Coinlayer.
Original API docs placed here.
Installing
SDK available via composer:
composer require alexandrmazur/apilayer-coinlayer-php
Usage
Code examples can be found in the example folder.
Running the tests
Tests powered by PhpUnit.
php vendor/bin/phpunit tests
Code style tests
This library use PHP Code Sniffer for code style tests.
php vendor/bin/phpcs
Code quality tests
This library use Psalm for code quality tests.
php vendor/bin/psalm --show-info=true
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
Authors
- Olexandr Mazur - Initial work - alexandrmazur96
License
This project is licensed under the MIT License - see the LICENSE file for details