rstoetter/ctextparser-php

library with a simple text parser

Installs: 32

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/rstoetter/ctextparser-php

v1.0.1 2017-07-01 13:44 UTC

This package is not auto-updated.

Last update: 2025-10-08 07:24:28 UTC


README

The class cTextParser is written in PHP and implements a simple text parser.

The namespace is rstoetter\cTextParser

Installation

This project assumes you have composer installed. Simply add:

"require" : {

    "rstoetter/ctextparser-php" : ">=1.0.0"

}

to your composer.json, and then you can simply install with:

composer install

more information

See the project wiki for more information.