Immutable Money for working with finance

Installs: 19

Dependents: 0

Suggesters: 2

Security: 0

Stars: 1

Watchers: 6

Forks: 1

Open Issues: 0

pkg:composer/fivepercent/money

v1.0 2015-06-04 08:35 UTC

This package is not auto-updated.

Last update: 2025-09-27 23:10:21 UTC


README

With this package you can working with financial data.

Installation

Add FivePercent/Money in your composer.json:

{
    "require": {
        "fivepercent/money": "~1.0"
    }
}

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

$ php composer.phar update fivepercent/money