leonid74 / helpers-php
用于处理各种类型数据的辅助类
v2.3.2
2024-05-23 17:24 UTC
Requires
- php: >=7.4
Requires (Dev)
This package is auto-updated.
Last update: 2024-09-23 18:31:49 UTC
README
helpers-php
正在积极开发。
用于处理所有类型数据(字符串、数组、文件、URL、配置等)的辅助类
安装
建议使用composer安装:将leonid74/helpers-php
添加到composer.json
中,可以通过运行composer require leonid74/helpers-php
或手动定义
"require": {
// ...
"leonid74/helpers-php": "^2"
// ...
}
更新依赖项:composer update
作者
Leonid74 (https://github.com/Leonid74)
许可协议
本软件根据BSD 3-Clause许可协议条款进行分发。