Skip to content

Files

Latest commit

Sep 23, 2018
c8a7c11 · Sep 23, 2018

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 [email protected]

Credits

© 2018 - Coded by Jovanni Lo / @lodev09

License

Released under the MIT License. See LICENSE file.