First version of yiisoft/strings standalone package was released.
The package provides:
StringHelperthat has static methods to work with strings;NumericHelperthat has static methods to work with numeric strings;Inflectorprovides methods such astoPlural()ortoSlug()that derive a new string based on the string given;WildcardPatternis a shell wildcard pattern to match strings against.
More details could be found in the package README.