Download the PHP package aklump/loft_parser without Composer
On this page you can find all versions of the php package aklump/loft_parser. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download aklump/loft_parser
More information about aklump/loft_parser
Files in aklump/loft_parser
Download aklump/loft_parser
More information about aklump/loft_parser
Files in aklump/loft_parser
Vendor aklump
Package loft_parser
Short Description A collection of classes to process/parse text e.g. convert HTML to MediaWiki markup.
License BSD-3-Clause
Homepage http://github.com/aklump/loft_parser
Package loft_parser
Short Description A collection of classes to process/parse text e.g. convert HTML to MediaWiki markup.
License BSD-3-Clause
Homepage http://github.com/aklump/loft_parser
Please rate this library. Is it a good library?
Informations about the package loft_parser
Summary
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
All versions of loft_parser with dependencies
PHP Build Version
Package Version
No informations.
The package aklump/loft_parser contains the following files
Loading the files please wait ....