PHP client library for Ratemarkt API
PHP 5.3 and later.
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');