aarestu/currency-converter

Currency Converter PHP Library

Maintainers

Package info

github.com/AaRestu/currency-converter-php

Homepage

Issues

pkg:composer/aarestu/currency-converter

Statistics

Installs: 67

Dependents: 0

Suggesters: 0

Stars: 7

v0.0.1 2016-04-26 10:27 UTC

This package is not auto-updated.

Last update: 2026-03-15 02:41:29 UTC


README

Latest Version Software License Build Status Coverage Status Quality Score Total Downloads

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.