PHPackages                             webuni/commonmark-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. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. webuni/commonmark-bundle

ActiveSymfony-bundle[Parsing &amp; Serialization](/categories/parsing)

webuni/commonmark-bundle
========================

The table extension for CommonMark PHP implementation

0.2.1(10y ago)927.3k3[1 issues](https://github.com/webuni/commonmark-bundle/issues)[1 PRs](https://github.com/webuni/commonmark-bundle/pulls)MITPHPPHP ^5.5|^7.0

Since Aug 12Pushed 8y ago2 watchersCompare

[ Source](https://github.com/webuni/commonmark-bundle)[ Packagist](https://packagist.org/packages/webuni/commonmark-bundle)[ Docs](https://github.com/webuni/commonmark-bundle)[ RSS](/packages/webuni-commonmark-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (11)Versions (5)Used By (0)

CommonMark Bundle
=================

[](#commonmark-bundle)

[![Packagist](https://camo.githubusercontent.com/f1c880e64c07171ded36e15f772b8524ba138893019155b01f3617339bf37348/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f776562756e692f636f6d6d6f6e6d61726b2d62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/webuni/commonmark-bundle)[![Build Status](https://camo.githubusercontent.com/cef053117108d7073745e644ef03e70edad65e123cdd7a9854e0eff5abd9784b/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f776562756e692f636f6d6d6f6e6d61726b2d62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/webuni/commonmark-bundle)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/ba7af3507efc846e8ef941d61797688981493f613b560d73b816ef05c7843bc5/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f776562756e692f636f6d6d6f6e6d61726b2d62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/webuni/commonmark-bundle)[![SensioLabsInsight](https://camo.githubusercontent.com/cb3f2e293309fb86f10f89e6049ff0268bc6cc4a2e741b2e74540fd504f6fab6/68747470733a2f2f696d672e736869656c64732e696f2f73656e73696f6c6162732f692f32396264336538652d316236302d346164352d616136612d6530346566623431653965322e7376673f7374796c653d666c61742d737175617265)](https://insight.sensiolabs.com/projects/29bd3e8e-1b60-4ad5-aa6a-e04efb41e9e2)

Symfony bundle that integrates the league/commonmark markdown parser.

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

[](#installation)

This project can be installed via Composer:

```
composer require webuni/commonmark-bundle

```

Add WebuniCommonMarkBundle to your application kernel

```
// app/AppKernel.php
public function registerBundles()
{
    return array(
        // ...
        new Webuni\Bundle\CommonMarkBundle\WebuniCommonMarkBundle(),
        // ...
    );
}
```

Defined DI Tags
---------------

[](#defined-di-tags)

This bundle handles the following Dependency Injection Tags:

```
webuni_commonmark.extension: To add a implementation of League\CommonMark\Extension\ExtensionInterface to the default environment.

```

To add the CommonMark Table Extension add the following to your app/config/sculpin\_services.yml:

```
# app/config/sculpin_services.yml
services:
    app.commonamrk_table_extension:
        class: Webuni\CommonMark\TableExtension\TableExtension
        tags:
            - name: webuni_commonmark.extension
```

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity31

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity51

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 ~86 days

Total

4

Last Release

3720d ago

PHP version history (3 changes)0.1PHP &gt;=5.4

0.2.0PHP ^5.4|^7.0

0.2.1PHP ^5.5|^7.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/306adbad9084ed5c22aa85cbfce4899263466d76dff211b5c4c9f54dc23c40a1?d=identicon)[hason](/maintainers/hason)

---

Top Contributors

[![hason](https://avatars.githubusercontent.com/u/288535?v=4)](https://github.com/hason "hason (6 commits)")

---

Tags

symfonybundlemarkdowncommonmark

### Embed Badge

![Health badge](/badges/webuni-commonmark-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/webuni-commonmark-bundle/health.svg)](https://phpackages.com/packages/webuni-commonmark-bundle)
```

PHPackages © 2026

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