文件名称:php-ulid:通用唯一词典分类排序标识符已移植到PHP
文件大小:24KB
文件格式:ZIP
更新时间:2024-05-25 16:45:10
php ulid reference-implementation PHP
php-ulid 通用唯一词典分类排序标识符已移植到PHP 从借用的测试从借来的原始想法 许可证AGPL 要求 PHP7 用法: composer require lewiscowles/ulid 测试: 要生成覆盖率报告,必须为您PHP启用xdebug扩展 命令行界面 php vendor/bin/phpunit --coverage-html ./reports/ --whitelist src Jenkins管道测试步骤 stage( ' Run Unit Tests in PHP ' ) { dir( ' ulid ' ) { sh ' php vendor/bin/phpunit --coverage-html ./reports/ --whitelist src ' } publishH
【文件预览】:
php-ulid-main
----src()
--------Ulid.php(1KB)
--------LcgRandomGenerator.php(175B)
--------TimeSourceInterface.php(106B)
--------RandomFloatInterface.php(110B)
--------PHPTimeSource.php(161B)
----phpunit.xml.dist(392B)
----.travis.yml(289B)
----LICENSE(34KB)
----composer.lock(63KB)
----README.md(1KB)
----Jenkinsfile(776B)
----tests()
--------BaseTest.php(2KB)
----.gitignore(297B)
----infection.json.dist(181B)
----composer.json(634B)