lodev09/php-util

Collection of methods that I or you usually use.

2.0.14 2022-03-09 18:04 UTC

README

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.