scopweb/php-util

A utility library for PHP fork lodev09/php-util

Maintainers

Details

github.com/scopweb/php-util

Source

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 1

pkg:composer/scopweb/php-util

2.0 2024-06-16 07:37 UTC

This package is auto-updated.

Last update: 2025-12-15 10:37:41 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.