persian-validator/mobile
Composer 安装命令:
composer require persian-validator/mobile
包简介
Validates mobile numbers in Iran
关键字:
README 文档
README
A simple class to validate mobile numbers in Iran.
Install
Via Composer
$ composer require persian-validator/mobile
Usage
Instantiate the class
$mobile = Mobile::make('0912000000');
Returns Boolean
$mobile->isValid();
Returns Boolean
$mobile->notValid();
Retruns Boolean
$moile->isIrancell();
Reruns the operator for the number
$mobile->operator();
If it's Hamrah aval, it returns the province for it. like Tehran, Isfahan ...
$mobile->province();
If mobile is valid returns nothing but if it's not valid Exception is thrown!
$mobile->validate();
License This library is released under the MIT license.
统计信息
- 总下载量: 161
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-07-01