Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wookieb/bbcode

Advanced bbcode parser
https://github.com/wookieb/bbcode

Last synced: about 2 months ago
JSON representation

Advanced bbcode parser

Awesome Lists containing this project

README

        

BbCode parser by Wookieb - http://wookieb.pl

Install
-------
Just copy folder BBcode to your project and include main BbCode class

require_once 'Bbcode/BbCode.php';

Documentation
-------------
Read readme.html

Example
-------
$parser = new BbCode();
echo $parser->parse($text); // display parsed $text

Run test.php