PHPackages                             teknoman/currency-exchange - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. teknoman/currency-exchange

ActiveLibrary[API Development](/categories/api)

teknoman/currency-exchange
==========================

A library to retrieve currency exchanges using several web services

v3.1.0(10y ago)175GPL-3.0PHPPHP &gt;=5.4

Since Dec 22Pushed 3y ago1 watchersCompare

[ Source](https://github.com/teknoman/currency-exchange)[ Packagist](https://packagist.org/packages/teknoman/currency-exchange)[ Docs](https://github.com/teknoman/currency-exchange.git)[ RSS](/packages/teknoman-currency-exchange/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (2)Versions (19)Used By (0)

CurrencyExchange
================

[](#currencyexchange)

[![Build Status](https://camo.githubusercontent.com/470e02643ff99469edbf2df65f4aa16c233cb10cca2fe72a2b39e75045923cd5/68747470733a2f2f7472617669732d63692e6f72672f74656b6e6f6d616e2f63757272656e63792d65786368616e67652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/teknoman/currency-exchange)

A library to retrieve currency exchanges using several web services. It's framework agnostic, so you can install it on Zend, Symfony, Silex, Yii and so on.

Installation
------------

[](#installation)

Add this library in your composer.json:

```
"require": {
	"teknoman/currency-exchange": "3.*"
}
```

Now tell composer to download the library by running the command:

```
$ php composer.phar update teknoman/currency-exchange
```

Composer will install the library to your project `vendor/teknoman` directory.

Usage
-----

[](#usage)

```
