scopweb/php-util

A utility library for PHP fork lodev09/php-util

2.0 2024-06-16 07:37 UTC

This package is auto-updated.

Last update: 2025-07-16 10:19:36 UTC


README

Collection of methods that I or you usually use.

Installation

$ composer require scopweb/php-util

Usage

// for example, slugify a string like so
$slugified = \Common\Util::slugify('slugify me');
echo $slugified;

Credits

© 2024 - Forked and maintained by David Prats / @scopweb Based on original work by Jovanni Lo / @lodev09

License

Released under the MIT License. See LICENSE file.