Skip to content

Zendframework Module to convert BBCode to HTML

License

Notifications You must be signed in to change notification settings

kokspflanze/ZfcBBCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZfcBBCode

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)