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