ratemarkt / ratemarkt-php-client
PHP client library for Ratemarkt API
dev-master
2017-07-18 16:56 UTC
Requires
- php: >=5.3.0
- ext-curl: *
Requires (Dev)
- phpunit/phpunit: ~4.0
This package is not auto-updated.
Last update: 2025-06-28 00:35:49 UTC
README
PHP client library for Ratemarkt API
Requirements
PHP 5.3 and later.
Installation
Composer
You can install the bindings via Composer. Run the following command:
composer require ratemarkt/ratemarkt-php-client
To use the bindings, use Composer's autoload:
require_once('vendor/autoload.php');