beastbytes/n6l-phone-number-data-php
最新稳定版本:2.0.2
Composer 安装命令:
composer require beastbytes/n6l-phone-number-data-php
包简介
Implementation of n6l-phone-number-data to retrieve national phone number data from PHP storage
README 文档
README
Implementation of n6l-phone-number-data to retrieve national phone number formatting data from PHP storage.
n6l-phone-number-data implementations are used by:
- phone-number-validator to validate national phone numbers
- phone-number-helper to convert national phone numbers to Extensible Provisioning Protocol (EPP) format
For license information see the LICENSE file.
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist beastbytes/n6l-phone-number-data-php
or add
"beastbytes/n6l-phone-number-data-php": "^2.0"
to the 'require' section of your composer.json.
Unit testing
The package is tested with PHPUnit. To run tests:
./vendor/bin/phpunit
Mutation testing
The package tests are checked with Infection mutation framework with Infection Static Analysis Plugin. To run it:
./vendor/bin/roave-infection-static-analysis-plugin
Static analysis
The code is statically analyzed with Psalm. To run static analysis:
./vendor/bin/psalm
统计信息
- 总下载量: 19
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2023-02-04