awmedia / exchanger
Currency exchange rates framework for PHP
Installs: 12
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 88
pkg:composer/awmedia/exchanger
Requires
- php: ^5.5|^7.0
- php-http/client-implementation: ^1.0
- php-http/discovery: ^1.0
- php-http/httplug: ^1.0
- php-http/message-factory: ^1.0.2
Requires (Dev)
- cache/filesystem-adapter: ^0.3.1
- php-http/guzzle6-adapter: ^1.0
- php-http/message: ^1.0
- phpunit/phpunit: ~4.0
- psr/cache: ^1.0
Suggests
- php-http/guzzle6-adapter: Required to use Guzzle for sending HTTP requests
- php-http/message: Required to use Guzzle for sending HTTP requests
This package is not auto-updated.
Last update: 2025-10-26 08:48:41 UTC
README
Currency exchange rates framework for PHP
Exchanger is a PHP framework to work with currency exchange rates.
Looking for a simple library based on Exchanger ? Check out Swap !
Documentation
The documentation can be found here.
Services
Here is the list of the currently implemented services.
| Service | Base Currency | Quote Currency | Historical | 
|---|---|---|---|
| Fixer | * | * | Yes | 
| European Central Bank | EUR | * | Yes | 
| * | * | No | |
| Open Exchange Rates | USD (free), * (paid) | * | Yes | 
| Xignite | * | * | Yes | 
| Yahoo | * | * | No | 
| WebserviceX | * | * | No | 
| National Bank of Romania | RON | * | No | 
| Central Bank of the Republic of Turkey | * | TRY | No | 
| Central Bank of the Czech Republic | * | CZK | No | 
| Russian Central Bank | * | RUB | Yes | 
| currencylayer | USD (free), * (paid) | * | Yes | 
Credits
License
The MIT License (MIT). Please see LICENSE for more information.