PHPackages                             sgrodzicki/fm-bbcode-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. sgrodzicki/fm-bbcode-bundle

ActiveSymfony-bundle

sgrodzicki/fm-bbcode-bundle
===========================

Symfony FMBbCodeBundle

5.x-dev(13y ago)166.0k3MITPHPPHP &gt;=5.3.2

Since Sep 30Pushed 10y ago1 watchersCompare

[ Source](https://github.com/sgrodzicki/FMBbCodeBundle)[ Packagist](https://packagist.org/packages/sgrodzicki/fm-bbcode-bundle)[ Docs](https://github.com/helios-ag/FMBbCodeBundle)[ RSS](/packages/sgrodzicki-fm-bbcode-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (13)Versions (4)Used By (0)

FMBBCodeBundle
==============

[](#fmbbcodebundle)

[![Build Status](https://camo.githubusercontent.com/31972bef95cb353edff9213b72391e25356a000cd46c7efde6da7d6cd5b2fc29/68747470733a2f2f7472617669732d63692e6f72672f68656c696f732d61672f464d4262436f646542756e646c652e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/helios-ag/FMBbCodeBundle)

[![knpbundles.com](https://camo.githubusercontent.com/14bbbe7af6561729aa20db999d177a1ee1369dbcd439dc850ddcfae5ee87631d/687474703a2f2f6b6e7062756e646c65732e636f6d2f68656c696f732d61672f464d4262436f646542756e646c652f6261646765)](http://knpbundles.com/helios-ag/FMBbCodeBundle)

[PHP-Decoda](https://github.com/milesj/decoda) integration in Symfony2

A lightweight lexical string parser for BBCode styled markup.

Installation
------------

[](#installation)

To install this bundle, you'll need both the [Decoda library](https://github.com/milesj/decoda)and this bundle. Installation depends on how your project is setup:

### Step 1: Installation

[](#step-1-installation)

Using Composer, just add the following configuration to your `composer.json`:

Or you can use composer to install this bundle: Add FMBbcodeBundle in your composer.json:

```
{
    "require": {
        "helios-ag/fm-bbcode-bundle": "dev-master"
    }
}
```

Now tell composer to download the bundle by running the command:

```
$ php composer.phar update helios-ag/fm-bbcode-bundle
```

### Step 2: Enable the bundle

[](#step-2-enable-the-bundle)

Finally, enable the bundle in the kernel:

```
