ratemarkt / ratemarkt-php-client
PHP client library for Ratemarkt API
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 2
pkg:composer/ratemarkt/ratemarkt-php-client
Requires
- php: >=5.3.0
- ext-curl: *
Requires (Dev)
- phpunit/phpunit: ~4.0
This package is not auto-updated.
Last update: 2025-12-27 03:16:03 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');