fivepercent/currency

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

This package is not auto-updated.

Last update: 2024-09-28 18:42:14 UTC


README

安装

在您的composer.json中添加 FivePercent/Currency

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

现在运行以下命令让composer下载库

$ php composer.phar update fivepercent/currency