php-extended/php-bbcode-interface

A tree for managing data that can be interpreted as bbcode


Keywords
php, tree, bbcode, structure
License
MIT

Documentation

php-bbcode-interface

A tree for managing data that can be interpreted as bbcode.

Installation

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.

Basic Usage

This library is an interface-only library. For a concrete implementatbbcoden, see php-extended/php-bbcode-object.

License

MIT (See license file).