A tree for managing data that can be interpreted as bbcode
A tree for managing data that can be interpreted as bbcode.
The installation of this library is made via composer.
Download composer.phar
from their website.
Then add to your composer.json :
"require": {
...
"php-extended/php-bbcode-interface": "^2",
...
}
Then run php composer.phar update
to install this library.
The autoloading of all classes of this library is made through composer's autoloader.
This library is an interface-only library. For a concrete implementatbbcoden, see php-extended/php-bbcode-object.
MIT (See license file).