danbelden / open-exchange-rates
A PHP SDK to communicate with the open exchange rates APIs
Installs: 1 032
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 0
Forks: 4
Open Issues: 0
Requires
- php: >=5.3.3
- ext-curl: *
Requires (Dev)
- phpunit/phpunit: ^4.8
This package is not auto-updated.
Last update: 2025-03-02 05:18:45 UTC
README
A PHP 5+, wrapper for the openexchangerates.org API.
Requirements
This PHP library requires PHP version 5.3.3 or greater, although may work in even weaker versions.
- This 5.3.3 definition is due to travis test coverage assurances
Installation
Composer
To install this package with composer, run the following command:
composer require danbelden/open-exchange-rates "^1.0"
Documentation
Please see the documentation README for an example use of each method in this library.
Enjoy.