Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 703 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 703 Bytes

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.