alexandrmazur/apilayer-coinlayer-php

PHP SDK for Apilayer Coinlayer product

1.1.0 2020-12-07 21:47 UTC

This package is auto-updated.

Last update: 2024-04-08 05:06:02 UTC


README

Packagist License: MIT

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

License

This project is licensed under the MIT License - see the LICENSE file for details