ossbrownie / exchange-rate
Allows you to receive current exchange rates from various sources and convert them.
0.0.1
2019-04-14 13:43 UTC
Requires
- php: >=7.0
- ext-curl: *
- ext-libxml: *
- ext-simplexml: *
- ossbrownie/http-client: 0.0.7
Requires (Dev)
- php-coveralls/php-coveralls: 2.1.0
- phpdocumentor/reflection-docblock: 4.3.0
- phpspec/prophecy: 1.8.0
- phpunit/phpunit: 6.5.14
This package is auto-updated.
Last update: 2024-10-15 02:17:30 UTC
README
Allows you to receive current exchange rates from various sources and convert them.
Requirements
- PHP = >= 7.0
- EXT-CURL = *
- EXT-SIMPLEXML = *
- EXT-LIBXML = *
- ossbrownie/http-client = 0.0.7
For more information about the extensions see:
curl - https://www.php.net/curl
libxml - https://www.php.net/libxml
simplexml - https://www.php.net/simplexml
Installation
Add a line to your "require" section in your composer configuration:
{ "require": { "ossbrownie/exchange-rate": "0.0.1" } }
Documentation
Tests
To run the test suite, you need install the dependencies via composer, then run PHPUnit.
$> composer.phar install $> ./vendor/bin/phpunit --bootstrap ./tests/bootstrap.php ./tests
License
ExchangeRate is licensed under the MIT License
Contact
Problems, comments, and suggestions all welcome: oss.brownie@gmail.com