Collection of methods that I or you usually use.
$ composer require lodev09/php-util
// for example, slugify a string like so
$slugified = \Common\Util::slugify('slugify me');
echo $slugified;
All bugs, feature requests, pull requests, feedback, etc., are welcome. Visit my site at www.lodev09.com or email me at [email protected]
© 2018 - Coded by Jovanni Lo / @lodev09
Released under the MIT License. See LICENSE file.