2017 © Pedro Peláez
 

library utils

PHP utilities

image

tjm/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

The README.md

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)

The Versions

13/11 2017

dev-master

9999999-dev

PHP utilities

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3.3