imphp/util

实用库

1.2.0 2021-11-01 13:36 UTC

This package is auto-updated.

Last update: 2024-09-29 05:43:08 UTC


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