markhj / text
A compact and efficient text parser for PHP 8.0+
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/markhj/text
Requires
- markhj/collection: ^1.7
Requires (Dev)
- phpunit/phpunit: 9.5
This package is auto-updated.
Last update: 2025-11-04 23:53:54 UTC
README
This library provides a number of handy classes to make string manipulation and analysis easier and more beautiful. Composer 2 is required to install, and the library requires PHP 8 or higher.
The library additionally requires mbstring extension.
Install
Composer 2
composer require markhj/text
Documentation
Please see documentation at: https://markhjtext.readthedocs.io/en/latest/
You can also explore the samples directory.