Skip to content

djmarland/openexchangerates

Repository files navigation

openexchangerates

A modern PHP Library for fetching data from [https://openexchangerates.org]. This code is not affiliated with Open Exchange Rates Ltd.

This library uses PHP7 and FIG Interfaces to be a modern implementation.

Installation

The library can be installed via composer

composer require djmarland/openexchangerates

Usage

...in progress

Development

This project is open source. Feedback and pull requests are welcome. To develop the code:

Checkout the project. Run composer install

Running Tests

PHPUnit

vendor/bin/phpunit

Code Sniffer

vendor/bin/phpcs

Both must be run successfully before code can be submitted. Code coverage must also be 100%.

Packages

No packages published

Languages