Skip to content

a simple text parser class written in PHP, which is able to detect identifieres

License

Notifications You must be signed in to change notification settings

rstoetter/ctextparser-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ctextparser-php

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.

About

a simple text parser class written in PHP, which is able to detect identifieres

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published