besrourms/tui-php
最新稳定版本:1.0
Composer 安装命令:
composer require besrourms/tui-php
包简介
TUI (Tunisia's Unique Identifier) format validator
README 文档
README
PHP implementation for TUI.js (Tunisia’s Unique Identifier)
Installation
Use the dependancy mananger [composer] to install tui-php.
composer require besrourms/tui-php
Usage
use besrourms\Matricule\TUI; $matricule = new TUI("1234567A"); if($matricule->isValid()){ echo "Matricule valide"; }else{ echo "Il y a un problème avec la matricule"; }
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
统计信息
- 总下载量: 13
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-12-11