fxmauricard/string-utils

A utility class for manipulating strings in PHP.

Maintainers

Package info

github.com/fxmauricard/php-stringutils

pkg:composer/fxmauricard/string-utils

Statistics

Installs: 22

Dependents: 0

Suggesters: 0

Stars: 1

0.2 2018-04-20 13:17 UTC

This package is not auto-updated.

Last update: 2026-03-15 11:13:50 UTC


README

A utility class for manipulating strings in PHP.

Goal

This class was written in order to centralize some methods around string manipulation.

Usage

Include it in your project with Composer by using the following command :

composer require fxmauricard/string-utils

You can also directly include the StringUtils.php in your source tree.