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

Details

github.com/markhj/text

Source

Issues

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/markhj/text

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

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.