Skip to content

tobymackenzie/utils.php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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);

About

General PHP utilities

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages