rstoetter/ctextparser-php

library with a simple text parser

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

This package is not auto-updated.

Last update: 2024-05-08 00:22:58 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.