x-laravel/str-extend

This package is abandoned and no longer maintained. No replacement package was suggested.

Extends Laravel Str Facade with X-Adam/string package.

Maintainers

Package info

github.com/x-laravel/str-extend

pkg:composer/x-laravel/str-extend

Statistics

Installs: 409

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.0 2020-12-19 15:50 UTC

This package is auto-updated.

Last update: 2026-04-12 08:06:04 UTC


README

Latest Stable Version Total Downloads Dependents License

StyleCI

Introduction

Extends Laravel Str Facade with X-Adam/string package.

Requirements

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

Install

$ composer require x-laravel/str-extend

Example Usage

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

License

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