lodev09/php-util

Collection of methods that I or you usually use.

Installs: 9 381

Dependents: 6

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 1

Open Issues: 0

pkg:composer/lodev09/php-util

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.