承接 leodido/moneylaundry 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

leodido/moneylaundry

最新稳定版本:v0.2.0

Composer 安装命令:

composer require leodido/moneylaundry

包简介

Collection of utilities to filter and validate money

README 文档

README

Latest Stable Version

Collection of utilities to filter and validate money with i18n in mind.

This library includes a series of classes aimed at filtering, validating, formatting, and cleaning up of monetary and currency values.

breaking bad laundry

Components

Filters

Residing in MoneyLaundry\Filter namespace.

  1. Uncurrency

    Give him a currency and get the corresponding amount, if the input was correctly formatted according to the chosen locale and filter options

  2. Currency

    Give him a number, choose a locale and get back a localized currency amount

Validators

Residing in MoneyLaundry\Validator namespace.

  1. Currency

    Validate the input as a valid and well-formatted currency amount for the given locale.

Examples

WIP

Installation

Add leodido/moneylaundry to your composer.json.

{
   "require": {
       "leodido/moneylaundry": "v0.2.0"
   }
}

Development

First of all give it a composer install.

Then you can run tests:

  1. Unit tests suite

    vendor/bin/phpunit -c $PWD/unit.xml
    
    • Almost completely covered.
  2. Integration tests suite [WIP]

    vendor/bin/phpunit -c $PWD/integration.xml
    
    • More than 45K tests will be executed

    • Results available in data directory

Authors

Main contributors (i.e., authors) are:

Analytics

统计信息

  • 总下载量: 72
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 3
  • 点击次数: 4
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 2
  • Watchers: 2
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-01-21