https://github.com/myerscode/utilities-strings
A PHP utility class that creates a fluent interface for interacting with strings
https://github.com/myerscode/utilities-strings
fluent-interface string string-manipulation utilities utility utility-library
Last synced: 5 days ago
JSON representation
A PHP utility class that creates a fluent interface for interacting with strings
- Host: GitHub
- URL: https://github.com/myerscode/utilities-strings
- Owner: myerscode
- License: mit
- Created: 2017-09-14T21:32:16.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2026-03-24T16:57:12.000Z (14 days ago)
- Last Synced: 2026-03-25T21:14:12.291Z (13 days ago)
- Topics: fluent-interface, string, string-manipulation, utilities, utility, utility-library
- Language: PHP
- Homepage:
- Size: 215 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Strings Utilities
> A PHP utility class that creates a fluent interface for interacting with strings
[](https://packagist.org/packages/myerscode/utilities-strings)
[](https://packagist.org/packages/myerscode/utilities-strings)
[](https://packagist.org/packages/myerscode/utilities-strings)
[](https://packagist.org/packages/myerscode/utilities-strings)

[](https://codecov.io/gh/myerscode/utilities-strings)
## Requirements
- PHP ^8.5
## Install
You can install this package via composer:
``` bash
composer require myerscode/utilities-strings
```
## [Usage](./docs/usage.md)
To see how to use the utility, view the usage guide [here](./docs/usage.md).
## [Methods](./docs/methods.md)
View all available methods in the documentation [here](./docs/methods.md).
## License
The MIT License (MIT). Please see [License File](LICENSE) for more information.