shipito / currency-converter
Currency Conversion using google finance rates
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
pkg:composer/shipito/currency-converter
Requires
- php: >=5.3.0
This package is not auto-updated.
Last update: 2021-02-22 22:38:35 UTC
README
#Currency Converter
Simple Currency Conversion using google finance rates
#Usage
<?php
$this->converter->convert(111, new Currency('USD'), new Currency('CAD));