raigu/company-registry-code-validation
Composer 安装命令:
composer require raigu/company-registry-code-validation
包简介
Estonian company registry code validation
README 文档
README
Company Registry Code Validation
Validation of Estonian company registry code
Compatibility
PHP 7.0, 7.1, 7.2, 7.3, 7.4, 8.0, 8.1, 8.2, 8.3, 8.4, 8.5
Maintainability
This packages aims to have long life. It has zero dependencies.
Tests are written manually because testing tools do not support the range of the PHP versions supported by this package.
Automated test covers all the supported PHP versions.
Install
composer require raigu/company-registry-code-validation
Usage
<?php require_once __DIR__ . '/vendor/autoload.php'; if (\Raigu\is_valid_company_registry_code('12213008')) { echo 'Valid company registry code'; } else { echo 'Invalid company registry code'; }
Testing
$ composer test
License
Licensed under MIT
统计信息
- 总下载量: 414
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-09-17