alexandrmazur / apilayer-currencylayer-php
PHP SDK for Apilayer Currencylayer product
Package info
github.com/alexandrmazur96/apilayer-currencylayer-php
pkg:composer/alexandrmazur/apilayer-currencylayer-php
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.*
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
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
- Olexandr Mazur - Initial work - alexandrmazur96
License
This project is licensed under the MIT License - see the LICENSE file for details