Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

angelk/bbCodeBundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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