Download the PHP package pekkis/currency-converter without Composer
On this page you can find all versions of the php package pekkis/currency-converter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download pekkis/currency-converter
More information about pekkis/currency-converter
Files in pekkis/currency-converter
Download pekkis/currency-converter
More information about pekkis/currency-converter
Files in pekkis/currency-converter
Please rate this library. Is it a good library?
Informations about the package currency-converter
pekkis/currency-converter
A library for converting between currencies
Use case
Didn't find a good library (utilizing money class / reliable math) for currency conversion. Needed one. Made one.
Quickstart
<?php
$converter = new CurrencyConverter(
new FixerIoRateProvider()
);
$money = new Money(2500, new Currency('EUR'));
$sek = $converter->convert($money, 'SEK');
## There's more
Caching and different providers and such. Read code. Kood kood.
Pull requests are welcome.
All versions of currency-converter with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5.0
mathiasverraes/money Version ^1.2
nategood/httpful Version ^0.2.20
tedivm/stash Version ^0.13.1
mathiasverraes/money Version ^1.2
nategood/httpful Version ^0.2.20
tedivm/stash Version ^0.13.1
The package pekkis/currency-converter contains the following files
Loading the files please wait ....