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: 1 day 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: 2024-06-19T19:02:37.000Z (over 1 year ago)
- Last Synced: 2025-02-02T01:34:58.695Z (about 1 year ago)
- Topics: fluent-interface, string, string-manipulation, utilities, utility, utility-library
- Language: PHP
- Homepage:
- Size: 123 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.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://codecov.io/gh/myerscode/utilities-strings)
## 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.