Zendframework Module to convert BBCode to HTML
requires PHP 7.1 or later.
Installation of this module uses composer. For composer documentation, please refer to getcomposer.org.
php composer.phar require kokspflanze/zfc-bbcode
Then add ZfcBBCode
to your config/application.config.php
.
Installation without composer is not officially supported and requires you to manually install all dependencies
that are listed in composer.json
We recommend to use www.sceditor.com.
- ViewHelper
<?= $this->bbCodeParser('foobar') ?>
- ValidatorClass =>
[ZfcBBCode\Validator\BBCodeValid](https://github.com/kokspflanze/ZfcBBCode/blob/master/src/ZfcBBCode/Validator/BBCodeValid.php)