x-adam/string

PHP string helper package.

Installs: 408

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/x-adam/string

v2.0.0 2020-12-19 14:55 UTC

This package is auto-updated.

Last update: 2025-09-19 23:12:45 UTC


README

Latest Stable Version Total Downloads Dependents License

StyleCI

Introduction

PHP string helper package.

Requirements

PHP >=7.0. Other than that, this library has no requirements.

Install

$ composer require x-adam/string:"~2.0"

Example Usage

include "./vendor/autoload.php";

# Make a string's multiple space characters clear.
echo strMultipleSpaceClear('a b  c   d     e');
# Result: 'a b c d e'.

License

This package is open source software licensed under the MIT license.