PHPackages                             cipemotion/commonmark - 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. cipemotion/commonmark

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

cipemotion/commonmark
=====================

A League CommonMark extension.

v3.0.0(4y ago)023.9k↓33.3%MITPHPPHP ^7.4 || ^8.0

Since Feb 17Pushed 4y ago3 watchersCompare

[ Source](https://github.com/cipemotion/commonmark)[ Packagist](https://packagist.org/packages/cipemotion/commonmark)[ RSS](/packages/cipemotion-commonmark/feed)WikiDiscussions develop Synced 1mo ago

READMEChangelogDependencies (3)Versions (12)Used By (0)

CipeMotion CommonMark extension
-------------------------------

[](#cipemotion-commonmark-extension)

### Inline converter

[](#inline-converter)

The inline syntax is meant for using quick markup in text settings like comments where it doesn't make sense to have a full wysiwig editor but you do want to provide some formatting options to the user using markdown syntax.

Supports the following inline syntax:

- `_emphasis_` to `emphasis`
- `*bold*` to `bold`
- `~deleted~` to `deleted`
- ``code`` to `code`
- `[link](https://url)` to `link`
- `![link](https://url)` to `!link` (images are disabled)
- newlines to paragraphs
- stripping of html (can be disabled to allow HTML)

### Usage

[](#usage)

```
// When `$allowHtml` is `true` HTML is _not_ removed in the output, default is false
$converter = \CipeMotion\CommonMark\Markdown::getInlineConverter($allowHtml);

$html = $converter->convertToHtml('This is _awesome_!')->getContent();
// or
$html = (string)$converter->convertToHtml('This is _awesome_!');
```

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity75

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

Recently: every ~295 days

Total

10

Last Release

1757d ago

Major Versions

v1.5.0 → v2.0.02019-09-17

v2.0.1 → v3.0.02021-07-26

PHP version history (4 changes)v1.2.0PHP &gt;=7.0

v1.5.0PHP &gt;=7.1

v2.0.1PHP &gt;=7.2

v3.0.0PHP ^7.4 || ^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1090754?v=4)[Alex Bouma](/maintainers/stayallive)[@stayallive](https://github.com/stayallive)

---

Top Contributors

[![stayallive](https://avatars.githubusercontent.com/u/1090754?v=4)](https://github.com/stayallive "stayallive (64 commits)")

---

Tags

commonmarkextension

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

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

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

###  Alternatives

[grumpydictator/firefly-iii

Firefly III: a personal finances manager.

22.8k69.3k](/packages/grumpydictator-firefly-iii)[phiki/phiki

Syntax highlighting using TextMate grammars in PHP.

3573.0M23](/packages/phiki-phiki)[spatie/commonmark-highlighter

Highlight your markdown code blocks with league/commonmark

138400.5k19](/packages/spatie-commonmark-highlighter)[monsieurbiz/sylius-rich-editor-plugin

A Rich Editor plugin for Sylius.

75380.8k6](/packages/monsieurbiz-sylius-rich-editor-plugin)[horstoeko/zugferdvisualizer

A library

33198.3k2](/packages/horstoeko-zugferdvisualizer)[torchlight/engine

The PHP-based Torchlight code annotation and rendering engine.

655.7k4](/packages/torchlight-engine)

PHPackages © 2026

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