PHPackages                             brouwers/bbcodes - 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. brouwers/bbcodes

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

brouwers/bbcodes
================

BBcodes for Laravel

1.0.0(11y ago)52951BSD-3-ClausePHPPHP &gt;=5.4.0

Since Jul 13Pushed 11y ago1 watchersCompare

[ Source](https://github.com/patrickbrouwers/Laravel-BBcodes)[ Packagist](https://packagist.org/packages/brouwers/bbcodes)[ RSS](/packages/brouwers-bbcodes/feed)WikiDiscussions master Synced 5d ago

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

Laravel-BBcodes
===============

[](#laravel-bbcodes)

BBcodes for Laravel

```
[b]Bold text[/b]
```

[![Build Status](https://camo.githubusercontent.com/96dbd71813203c3d938989ee4e19220497672c44e74ef38083a9b1d248b42ac2/68747470733a2f2f7472617669732d63692e6f72672f7061747269636b62726f75776572732f4c61726176656c2d4242636f6465732e7376673f6272616e63683d312e302e30)](https://travis-ci.org/patrickbrouwers/Laravel-BBcodes)[![Latest Stable Version](https://camo.githubusercontent.com/6ef57235e22a1e2ebfe4c9606bf3f67fcfb879b802a0d7fda02d3aa578cb2e71/68747470733a2f2f706f7365722e707567782e6f72672f62726f75776572732f6262636f6465732f762f737461626c652e706e67)](https://packagist.org/packages/brouwers/bbcodes) [![Total Downloads](https://camo.githubusercontent.com/b56d2cb39d86fcae4285445c464dcd060ab8fd84c9b3e1997a702b8975eb1790/68747470733a2f2f706f7365722e707567782e6f72672f62726f75776572732f6262636f6465732f646f776e6c6f6164732e706e67)](https://packagist.org/packages/brouwers/bbcodes) [![License](https://camo.githubusercontent.com/e926abe12b058a9bf2ff650478399d01992d3944eb64283835c5adc54f2e935d/68747470733a2f2f706f7365722e707567782e6f72672f62726f75776572732f6262636f6465732f6c6963656e73652e706e67)](https://packagist.org/packages/brouwers/bbcodes)[![Monthly Downloads](https://camo.githubusercontent.com/08ee05d2cd8b211b6a89fe752e953f30e8571bebf8681d312b7890a7386b767d/68747470733a2f2f706f7365722e707567782e6f72672f62726f75776572732f6262636f6465732f642f6d6f6e74686c792e706e67)](https://packagist.org/packages/brouwers/bbcodes)[![Daily Downloads](https://camo.githubusercontent.com/82a16fe31763d596fe9187615562851d9a0450e8b240d4ae15370551e5e61ef3/68747470733a2f2f706f7365722e707567782e6f72672f62726f75776572732f6262636f6465732f642f6461696c792e706e67)](https://packagist.org/packages/brouwers/bbcodes)

\#Installation

Require this package in your `composer.json` and update composer.

```
"brouwers/bbcodes": "1.*"
```

After updating composer, add the ServiceProvider to the providers array in `app/config/app.php`

```
'Brouwers\Bbcodes\BbcodesServiceProvider',
```

You can use the facade for shorter code. Add this to your aliases:

```
'Bbcode' => 'Brouwers\Bbcodes\Facades\Bbcode',
```

The class is bound to the ioC as `bbcode`

```
$shortcode = App::make('bbcode');
```

Usage
-----

[](#usage)

Laravel-BBcodes has been built on Laravel-Shortcodes. This means the rendering and registering is the same as that package.

You can read more about the usage at:

Bbcodes
-------

[](#bbcodes)

```
- [b][/b]
- [i][/i]
- [u][/u]
- [s][/s]
- [font size="5" color="#333"][/font]
- [center][/center]
- [quote][/quote]
- [url title="test]test[/url]
- [url href="#]test[/url]
- [img alt="test]test.jpg[/img]
- [code][/code]
- [youtube width="560" heght="315" frameborder="0" allowfullscreen="true"]00000000[/youtube]

```

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

4324d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/aba65a2b4ccb2b2d971b8da88a4916c4d9d4d4fc4dc3944a7d6931947863b52e?d=identicon)[patrickbrouwers](/maintainers/patrickbrouwers)

---

Top Contributors

[![patrickbrouwers](https://avatars.githubusercontent.com/u/7728097?v=4)](https://github.com/patrickbrouwers "patrickbrouwers (9 commits)")

---

Tags

laravelshortcodesbbcode

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/brouwers-bbcodes/health.svg)

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

###  Alternatives

[webwizo/laravel-shortcodes

Wordpress like shortcodes for Laravel 5, 6, 7, 8, 9, 10, 11 and 12

216658.5k6](/packages/webwizo-laravel-shortcodes)[gornymedia/laravel-shortcodes

Laravel shortcodes package

2339.5k](/packages/gornymedia-laravel-shortcodes)[stephenjude/filament-blog

Filament Blog Builder

20317.8k](/packages/stephenjude-filament-blog)[datomatic/nova-detached-actions

A Laravel Nova tool to allow for placing actions in the Nova toolbar detached from the checkbox selection mechanism.

11229.2k](/packages/datomatic-nova-detached-actions)

PHPackages © 2026

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