alexandrmazur/apilayer-currencylayer-php

PHP SDK for Apilayer Currencylayer product

1.0.1 2020-11-26 21:39 UTC

This package is auto-updated.

Last update: 2024-03-27 05:32:38 UTC


README

Packagist License: MIT

Currencylayer PHP SDK

PHP SDK for currencylayer.com

Contents

Getting Started

This is easy in use SDK for Currencylayer.

Original API docs placed here.

Installing

SDK available via composer:

composer require alexandrmazur/apilayer-currencylayer-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