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+

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

This package is auto-updated.

Last update: 2024-04-04 20:20:47 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.