PHPackages                             setkyar/moneyformat - 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. setkyar/moneyformat

ActiveLibrary

setkyar/moneyformat
===================

Format your money

172PHP

Since Mar 6Pushed 11y ago1 watchersCompare

[ Source](https://github.com/setkyar/phpmoneyformat)[ Packagist](https://packagist.org/packages/setkyar/moneyformat)[ RSS](/packages/setkyar-moneyformat/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

PHP Money Format
================

[](#php-money-format)

You want to format your money? Let's format with simply way :)

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

[](#installation)

Create `composer.json` and add the following

```
{
  "require" : {
    "setkyar/moneyformat" : "dev-master"
  }
}

```

And run `$ composer install` via your terminal

Usage
-----

[](#usage)

Create new php file and add the following

```
