gemorroj/xbbcode

BBCode parser

Maintainers

Package info

github.com/Gemorroj/xBBCode

pkg:composer/gemorroj/xbbcode

Statistics

Installs: 6 599

Dependents: 0

Suggesters: 0

Stars: 16

Open Issues: 0

2.9.0 2026-01-25 10:16 UTC

This package is auto-updated.

Last update: 2026-02-25 10:35:59 UTC


README

Continuous Integration

Example:

<?php
use Xbbcode\Xbbcode;

$text = 'Это [b]пример[/b] работы парсера [url=https://github.com/Gemorroj/xBBCode]xBBCode[/url].';
$xbbcode = new Xbbcode();
$xbbcode->parse($text);

echo $xbbcode->getHtml();

Requirements:

  • PHP >= 8.2

Security Note:

  • Geshi has security problem GeSHi/geshi-1.0#159
  • This doesn't seem relevant for XbbCode.
  • To avoid composer blocking, use --no-security-blocking option.

Installation:

composer require gemorroj/xbbcode --no-security-blocking

License:

  • GNU GPL v 2