alexandrewavelet/php-utils

Set of utility PHP classes for any project

dev-master 2016-10-13 10:53 UTC

This package is not auto-updated.

Last update: 2025-01-27 16:49:56 UTC


README

Common utils classes for PHP

TODO

  • String class
  • Collection class
  • ToString Trait
  • Event Trait
  • Commandline Trait
  • Publicize Trait (use the magic __call() to make all methodds pseudo-public, for debugging)

DONE

  • ToString Trait