/bbCodeBundle

bundle for potaka/bbcode

Primary LanguagePHPMIT LicenseMIT

bbCodeBundle

Symfony bundle for bb code

Installation

composer require potaka/bbcode-bundle

Add Potaka\BbcodeBundle\PotakaBbcodeBundle() in AppKernel.php

Usage

$bbCode = $servicContainer->get('potaka.bbcode.full');
$html = $getHtml('[b]bold"[/b]'); // <b>bold"</b>

potaka.bbcode.full is FullBbCode from bbCode