Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 401 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 401 Bytes

PHP StringUtils

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.