thisismzm/string-utils

A collection of useful php functions for strings

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/thisismzm/string-utils

v1.0.0 2019-05-09 18:01 UTC

This package is auto-updated.

Last update: 2025-11-21 23:16:42 UTC


README

A collection of useful php functions for strings

Install

composer require thisismzm/string-utils

Examples

Mzm\Utils\StringUtils::concat($firstString, $secondString);