potaka/bbcode-bundle

This package is abandoned and no longer maintained. No replacement package was suggested.

bundle for php parser for bb code

Installs: 1 312

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

pkg:composer/potaka/bbcode-bundle

0.2.0 2018-03-11 16:08 UTC

This package is not auto-updated.

Last update: 2023-12-07 22:05:50 UTC


README

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