aminkt/normalizer
Composer 安装命令:
composer require aminkt/normalizer
包简介
Normalize mobile, telephone, date, address, postcode. national number and ... . And validate them. Star
README 文档
README
Normalize mobile, telephone, date, address, postcode. national number and ... . And validate them. Star
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist aminkt/normalizer "*"
or add
"aminkt/normalizer": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \aminkt\normalizer\Normalize::normalizeMobile($mobile); ?>
Authors
Normalizer:
Amin Keshavarz amin@kehsvarz.pro
Validators:
统计信息
- 总下载量: 10.69k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 5
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2017-07-12