php-helper
php-helper copied to clipboard
k`s php helper/library/utils 常用函数库/工具集
php-helper
k's php helper/library/utils
php 常用函数库/工具集,包括数组、文件、验证、字符串、加解密等操作,具体见src/Helpers.
支持的php版本有:
- 7.2
- 7.3
- 7.4
- 8.0
- 8.1
- 8.2
相关
安装
composer require kakuilan/php-helper
测试
phpunit --bootstrap=tests/bootstrap.php ./tests/
composer run-script test
composer run-script cover
# 或者
cd tests
phpunit
更新日志
详见[Changelog]