imphp/util

Utility library

1.2.0 2021-11-01 13:36 UTC

This package is auto-updated.

Last update: 2024-03-29 04:06:13 UTC


README

This is an extended package to the imphp/util that is packed with imphp/base. In order to keep the base as small as possible, only the most widely usable classes is packed with it. This package contains more utility classes that is not packed together with imphp/base.

Full Documentation

You can view the Full Documentation to lean more about what this offers.

Installation

Using .phar library

wget https://github.com/IMPHP/util/releases/download/<version>/imphp-util.phar
require "imphp-util.phar";

...

Clone via git

git clone https://github.com/IMPHP/util.git imphp/util/

Composer (Packagist)

composer require imphp/util