code-pilots/helpers

PHP库,包含公司内部替代方案中推荐使用的有用函数和类

1.0.0 2022-11-28 23:31 UTC

This package is auto-updated.

Last update: 2024-09-29 06:20:09 UTC


README

辅助函数和类

安装

使用以下命令安装最新版本

$ composer require code-pilots/helpers

函数

arrayRandValue

arrayRandValues

randomString

randomDigital

iterableChunks

isInitialized

declationsOfNumber

对于贡献者

运行测试

执行: ./vendor/bin/phpunit

运行代码风格检查

执行 phpstan: ./vendor/bin/phpstan analyse src tests

执行 psalm: ./vendor/bin/psalm

执行 php-cs-fixer: './vendor/bin/php-cs-fixer fix --verbose'