aklump / loft_parser
A collection of classes to process/parse text e.g. convert HTML to MediaWiki markup.
0.1.3
2014-10-23 01:36 UTC
This package is auto-updated.
Last update: 2024-11-20 07:42:45 UTC
README
At the lowest level this project is a collection of classes that processes/parses text. Combined together they form the basis for the MediaWikiParser, which converts HTML text into MediaWiki markup. They lay the foundation for lots more parsing as time and necessity permits.
Installation
-
Add the following to
composer.json
:{ "require": { "aklump/loft_parser": "0.1.*" } }
-
Run
composer install
.
Usage
Do something like this:
require_once 'vendor/autoload.php';
$p = new aklump\loft_parser\MediaWikiParser($html_string);
$mediawiki_markup = $p->parse();
Automated Tests
- The provided tests are for PHPUnit
##Contact
- In the Loft Studios
- Aaron Klump - Developer
- PO Box 29294 Bellingham, WA 98228-1294
- aim: theloft101
- skype: intheloftstudios
- d.o: aklump
- http://www.InTheLoftStudios.com