PHPackages                             forti/bbcode - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. forti/bbcode

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

forti/bbcode
============

BBcode bundle

v1.0.5(10y ago)0191MITPHPPHP &gt;=5.3.2

Since Jan 1Pushed 10y ago1 watchersCompare

[ Source](https://github.com/Fortidude/bbcode)[ Packagist](https://packagist.org/packages/forti/bbcode)[ Docs](https://github.com/Fortidude/bbcode)[ RSS](/packages/forti-bbcode/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (1)Versions (8)Used By (0)

bbcode
======

[](#bbcode)

bbcode parser Bundle for Symfony framework

@TODO:
------

[](#todo)

- documentation (!)
- app/config.yml as configuration file - turn off tags / change size of youtube iframe etc.
- more and improve the quality of tests (!)

works:
------

[](#works)

- Bold \[b\]..\[/b\] \*
- Italic \[i\]..\[/i\] \*
- Underline (\[u\]..\[/u\] - span style
- Colors \[color=(black/#cccccc)\]..\[/color\] - span style
- URL \[url=(http..) target=(\_blank/etc)\]...\[/url\] (target is optional)
- video \[youtube\]youtube-link\[/youtube\]
- image [img](http..)\[/img\]

Instalation:
------------

[](#instalation)

composer.json:

```
"require": {
        "forti/bbcode": "v1.0.x"
},
    "repositories": [
        {
            "type": "git",
            "url": "git@github.com:Fortidude/bbcode.git"
        }],

```

Composer update

```
$ composer update

```

app/AppKernel.php:

```
public function registerBundles()
    {
        $bundles = array(
        //...
                new Forti\bbcode\FortiBbcodeBundle(),
        //...
    }

```

and that's it! Now you can use bbcode twig extension in you view:

```
    {{ variable|bbcode }}

```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~17 days

Total

6

Last Release

3748d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/8781462?v=4)[Artur](/maintainers/Fortidude)[@Fortidude](https://github.com/Fortidude)

---

Top Contributors

[![Fortidude](https://avatars.githubusercontent.com/u/8781462?v=4)](https://github.com/Fortidude "Fortidude (12 commits)")

---

Tags

bbcode

### Embed Badge

![Health badge](/badges/forti-bbcode/health.svg)

```
[![Health](https://phpackages.com/badges/forti-bbcode/health.svg)](https://phpackages.com/packages/forti-bbcode)
```

###  Alternatives

[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1175.2k](/packages/rcsofttech-audit-trail-bundle)[symfony/ai-bundle

Integration bundle for Symfony AI components

32642.2k21](/packages/symfony-ai-bundle)[sylius/taxonomy-bundle

Flexible categorization system for Symfony.

26411.5k8](/packages/sylius-taxonomy-bundle)[sylius/inventory-bundle

Flexible inventory management for Symfony applications.

19189.5k5](/packages/sylius-inventory-bundle)[yceruto/formflow-bundle

Create and manage multistep forms

2414.8k](/packages/yceruto-formflow-bundle)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
