joan-ramirez / currency
Package to see the value of one currency compared to another
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 1
Forks: 1
pkg:composer/joan-ramirez/currency
Requires
- fabpot/goutte: ^4.0
This package is auto-updated.
Last update: 2025-10-09 01:41:36 UTC
README
Library to see the value of a currency in comparison with another, it accepts the change of all the currencies in the world.
Installation
Add joan-ramirez/currency as a require dependency in your composer.json file:
composer require joan-ramirez/currency
Usage
Create a currency instance
use JoanRamirez/Currency/Currency; $currency = new Currency();
Get USD value converted to EUR change()->get() methods
$currency->change('USD', 'EUR')->get();
Get the value of $100 USD converted to EUR with the amount() method
$currency->change('USD', 'EUR')->amount(100)->get();
License
Currency is licensed under the MIT license.