Strings Package provide a fluent, object-oriented interface for working with multibyte string, allowing you to chain multiple string operations together using a more readable syntax compared to traditional PHP strings functions.
With Composer
composer require glowy/strings
Run tests
./vendor/bin/pest
The MIT License (MIT) Copyright (c) Sergey Romanenko