imphp / util
1.2.0
2021-11-01 13:36 UTC
Requires
- imphp/base: ~1.1
README
这是一个对 imphp/util
的扩展包,它包含 imphp/base
。为了使基础库尽可能小,只包含最常用的类。此包包含更多不与 imphp/base
一起打包的实用类。
完整文档
您可以查看完整文档来了解该包提供的内容。
安装
使用 .phar 库
wget https://github.com/IMPHP/util/releases/download/<version>/imphp-util.phar
require "imphp-util.phar"; ...
通过 git 克隆
git clone https://github.com/IMPHP/util.git imphp/util/
Composer (Packagist)
composer require imphp/util