Download the PHP package tjm/utils without Composer
On this page you can find all versions of the php package tjm/utils. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package utils
PHP Utils
General PHP utilities. Currently only contains:
- a method for deeply merging:
$arr = TJM\Component\Utils\Arrays::deepMerge([], []); - a base-n converter to convert from / to integers and shorter strings:
$str = (new TJM\Component\Utils\BaseNConverter('newBase64'))->to(123);
All versions of utils with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.3
The package tjm/utils contains the following files
Loading the files please wait ...