alexandrmazur/apilayer-currencylayer-php

PHP SDK for Apilayer Currencylayer product

Installs: 9

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/alexandrmazur/apilayer-currencylayer-php

1.0.1 2020-11-26 21:39 UTC

This package is auto-updated.

Last update: 2025-09-27 08:51:12 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