PHPackages                             sprain/currency-converter - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. sprain/currency-converter

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

sprain/currency-converter
=========================

A php library to handle currency conversion

0.2(11y ago)236MITPHPPHP &gt;=5.4.3

Since Mar 15Pushed 11y ago1 watchersCompare

[ Source](https://github.com/sprain/SprainCurrencyConverter)[ Packagist](https://packagist.org/packages/sprain/currency-converter)[ Docs](https://github.com/sprain/CurrencyConverter)[ RSS](/packages/sprain-currency-converter/feed)WikiDiscussions master Synced today

READMEChangelog (4)Dependencies (4)Versions (5)Used By (0)

SprainCurrencyConverter
=======================

[](#spraincurrencyconverter)

**SprainCurrencyConverter** is a php library to convert currencies. It allows great flexibility by use of built-in or custom providers.

[![Build Status](https://camo.githubusercontent.com/c1bdef353060aa5d5e0f2e50628fcfef803ab7bfaf4fb7a5c682b120fd04f5a8/68747470733a2f2f7472617669732d63692e6f72672f73707261696e2f53707261696e43757272656e6379436f6e7665727465722e706e67)](https://travis-ci.org/sprain/SprainCurrencyConverter)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/c640ec2d001dd9266ed6680b9daf442c4952879a6a2f6ad2097a5eef0c5fe49e/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f73707261696e2f43757272656e6379436f6e7665727465722f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/sprain/CurrencyConverter/?branch=master)

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

[](#installation)

Add SprainCurrencyConverter to your composer.json:

```
{
	"require": {
 	   "sprain/currency-converter": "~0.1"
	}
}

```

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

```
$ php composer.phar update sprain/currency-converter

```

Usage
-----

[](#usage)

```
