kokspflanze/zfc-bbcode

Zendframework Module to convert BBCode to HTML

2.3.0 2021-12-04 14:37 UTC

This package is auto-updated.

Last update: 2024-04-04 19:34:25 UTC


README

Zendframework Module to convert BBCode to HTML

Master Build Status Coverage Status

SYSTEM REQUIREMENTS

requires PHP 7.1 or later.

INSTALLATION

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

HTML-BBCode-Editor

We recommend to use www.sceditor.com.

Feature

  • ViewHelper
	<?= $this->bbCodeParser('foobar') ?>
  • ValidatorClass => [ZfcBBCode\Validator\BBCodeValid](https://github.com/kokspflanze/ZfcBBCode/blob/master/src/ZfcBBCode/Validator/BBCodeValid.php)