https://github.com/danbelden/open-exchange-rates
PHP 5 wrapper for the openexchangerates.org API
https://github.com/danbelden/open-exchange-rates
currency-api currency-rates forex openexchangerates php php5 php7 sdk-php
Last synced: 5 months ago
JSON representation
PHP 5 wrapper for the openexchangerates.org API
- Host: GitHub
- URL: https://github.com/danbelden/open-exchange-rates
- Owner: danbelden
- License: mit
- Created: 2014-03-07T19:47:38.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2019-07-27T06:42:18.000Z (over 6 years ago)
- Last Synced: 2025-05-14T11:51:24.046Z (6 months ago)
- Topics: currency-api, currency-rates, forex, openexchangerates, php, php5, php7, sdk-php
- Language: PHP
- Homepage:
- Size: 31.3 KB
- Stars: 3
- Watchers: 0
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
OpenExRt\Client
========
[](https://travis-ci.org/danbelden/open-exchange-rates)
[](https://scrutinizer-ci.com/g/danbelden/open-exchange-rates/?branch=master)
[](https://codeclimate.com/github/danbelden/open-exchange-rates/maintainability)
[](https://packagist.org/packages/danbelden/open-exchange-rates)
[](https://packagist.org/packages/danbelden/open-exchange-rates)
A PHP 5+, wrapper for the [openexchangerates.org](https://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](https://github.com/danbelden/open-exchange-rates/tree/master/docs) for an example use of each method in this library.
Enjoy.