aarestu / currency-converter
Currency Converter PHP Library
Installs: 67
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 2
Forks: 0
pkg:composer/aarestu/currency-converter
Requires
- php: >=5.5.0
- guzzlehttp/guzzle: ^6.2
Requires (Dev)
- phpunit/phpunit: 4.*
This package is not auto-updated.
Last update: 2025-10-12 00:25:46 UTC
README
Currency Converter PHP Library
Install
Via Composer
$ composer require aarestu/currency-converter
Usage
use AaRestu\CurrencyConverter\CurrencyConverter; require_once "vendor/autoload.php"; $class = new CurrencyConverter("USD"); echo $class->getRate("IDR");
Testing
$ phpunit
Contributing
Please see CONTRIBUTING for details.
Credits
License
The MIT License (MIT). Please see License File for more information.