library utils
PHP utilities
- Monday, November 13, 2017
- by tobymackenzie
- Repository
- 1 Watchers
- 0 Stars
- 6 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
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);, (*1)
dev-master
9999999-dev
PHP utilities
Sources
Download
BSD-3-Clause
The Requires