x-laravel / str-extend
Extends Laravel Str Facade with X-Adam/string package.
Installs: 400
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
pkg:composer/x-laravel/str-extend
Requires
- php: >=7.0
- illuminate/support: >=5.5
- x-adam/string: ~2.0
This package is auto-updated.
Last update: 2025-10-20 00:03:05 UTC
README
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.