markhj/text

There is no license information available for the latest version (v0.1.2) of this package.

A compact and efficient text parser for PHP 8.0+

Maintainers

Package info

github.com/markhj/text

pkg:composer/markhj/text

Statistics

Installs: 5

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v0.1.2 2021-10-04 14:52 UTC

This package is auto-updated.

Last update: 2026-04-05 00:41:24 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.