PHPackages                             linuxartisan/tomoney - 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. linuxartisan/tomoney

ActiveLibrary

linuxartisan/tomoney
====================

A library to convert a number in various money formats

1.0.2(7y ago)013MITPHPPHP ^5.3 || 7.\*

Since May 19Pushed 5y ago1 watchersCompare

[ Source](https://github.com/linuxartisan/tomoney)[ Packagist](https://packagist.org/packages/linuxartisan/tomoney)[ RSS](/packages/linuxartisan-tomoney/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (6)Used By (0)

About ToMoney
-------------

[](#about-tomoney)

A simple PHP library to convert a number to money format.

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

[](#installation)

### With [Composer](http://getcomposer.org/)

[](#with-composer)

```
$ composer require linuxartisan/tomoney

```

Alternatively, you may add the following in `composer.json` file.

```
{
    "require": {
        "linuxartisan/tomoney": "*"
    }
}
```

And then execute

```
$ composer install

```

After installation, to dump the autoloader, execute

```
$ composer dump-autoload

```

Usage
-----

[](#usage)

```
