PHPackages                             limelight/bbcode-markdown-converter - 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. limelight/bbcode-markdown-converter

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

limelight/bbcode-markdown-converter
===================================

A simple converter for switching between BBCode and Markdown.

1.2.0(6y ago)252MITPHPPHP &gt;7.2

Since Nov 14Pushed 1y ago2 watchersCompare

[ Source](https://github.com/limelight-development/bbcode-markdown-converter)[ Packagist](https://packagist.org/packages/limelight/bbcode-markdown-converter)[ Docs](https://limelightgaming.info)[ RSS](/packages/limelight-bbcode-markdown-converter/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)DependenciesVersions (5)Used By (0)

bbcode-markdown-converter
=========================

[](#bbcode-markdown-converter)

A simple converter for switching between BBCode and Markdown.

Purpose
-------

[](#purpose)

Whilst there are lots of converters for changing BBCode into Markdown, there aren't many that work in reverse. The aim of this package is to fix that, giving an easily expandable, simple to use class for converting between the two formats.

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

[](#installation)

```
composer require limelight/bbcode-markdown-converter
```

Simple as that.

Example Use
-----------

[](#example-use)

Using the library is pretty easy. First up, converting from BBCode to Markdown.

```
use \Limelight\Converter\Converter;

require __DIR__ . '/vendor/autoload.php';

$bbCode = file_get_contents(__DIR__ . '/data/test_post.bb'); // Pull the test post.

$conv = new Converter($bbCode)
$conv->bbToMarkdown();
echo $conv->getText();
```

Easy, right? And the other way around.

```
use \Limelight\Converter\Converter;

require __DIR__ . '/vendor/autoload.php';

$mdText = file_get_contents(__DIR__ . '/data/test_md.md'); // Pull the test post.

$conv = new Converter($mdText)
$conv->markdownToBB();
echo $conv->getText();
```

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance33

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity55

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

Every ~5 days

Total

3

Last Release

2364d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2429d44e52e5ba25266798ac9e87ef1ff67f9c1616930390a541f7f4a4adadc7?d=identicon)[John Internet](/maintainers/John%20Internet)

---

Top Contributors

[![JoshPiper](https://avatars.githubusercontent.com/u/32164094?v=4)](https://github.com/JoshPiper "JoshPiper (38 commits)")

### Embed Badge

![Health badge](/badges/limelight-bbcode-markdown-converter/health.svg)

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

###  Alternatives

[emcconville/google-map-polyline-encoding-tool

A simple class to handle polyline-encoding for Google Maps

1572.3M2](/packages/emcconville-google-map-polyline-encoding-tool)[bezhansalleh/filament-panel-switch

Easily Switch between your Filament Panels

159323.5k2](/packages/bezhansalleh-filament-panel-switch)

PHPackages © 2026

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