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

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

arkecosystem/commonmark
=======================

CommonMark for internal Laravel Projects. Powered by league/commonmark.

5.0.0(4y ago)041.5k1MITPHP

Since Oct 15Pushed 4y agoCompare

[ Source](https://github.com/ArkEcosystemArchive/laravel-commonmark)[ Packagist](https://packagist.org/packages/arkecosystem/commonmark)[ RSS](/packages/arkecosystem-commonmark/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (10)Dependencies (10)Versions (22)Used By (0)

Laravel CommonMark
==================

[](#laravel-commonmark)

 [![](./banner.png)](./banner.png)

> CommonMark for Laravel. Powered by league/commonmark.

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

[](#installation)

1. Require with composer: `composer require arkecosystem/commonmark`
2. Publish all the assets / views with `php artisan vendor:publish --provider="ARKEcosystem\CommonMark\CommonMarkServiceProvider" --tag=config`.
3. Disable auto-discovery for all fortify packages. This step is required so that we can control the loading order of `graham-campbell/markdown` and `arkecosystem/commonmark`.

```
"extra": {
    "laravel": {
        "dont-discover": ["arkecosystem/commonmark", "graham-campbell/markdown"]
    }
},
```

4. Register the service providers in this exact order. This will ensure that our package can overwrite any bindings that `graham-campbell/markdown` created.

```
GrahamCampbell\Markdown\MarkdownServiceProvider::class,
ARKEcosystem\CommonMark\CommonMarkServiceProvider::class,
```

Usage
-----

[](#usage)

This package provides parsing and rendering for CommonMark. All the specifications and examples can be seen at . There are a few custom elements that can be used to embed third-party content.

### Embed SimpleCast

[](#embed-simplecast)

```
![](simplecast:0275fefa-b0e5-4558-b876-09deb95386e6)
```

### Embed Twitter

[](#embed-twitter)

```
![](twitter:laravelnews/status/1315392740537044995)
```

### Embed YouTube

[](#embed-youtube)

```
![](youtube:Mb-oVVctwyc)
```

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Total

19

Last Release

1738d ago

Major Versions

1.2.0 → 2.0.02021-03-12

2.0.1 → 3.0.02021-04-14

3.2.1 → 4.0.02021-09-27

4.0.0 → 5.0.02021-09-29

### Community

Maintainers

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

---

Top Contributors

[![faustbrian](https://avatars.githubusercontent.com/u/22145591?v=4)](https://github.com/faustbrian "faustbrian (8 commits)")[![alfonsobries](https://avatars.githubusercontent.com/u/17262776?v=4)](https://github.com/alfonsobries "alfonsobries (7 commits)")[![ItsANameToo](https://avatars.githubusercontent.com/u/35610748?v=4)](https://github.com/ItsANameToo "ItsANameToo (2 commits)")[![leMaur](https://avatars.githubusercontent.com/u/2118799?v=4)](https://github.com/leMaur "leMaur (1 commits)")

### Embed Badge

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

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[helsingborg-stad/municipio

A bootstrap theme for creating municipality sites.

4028.5k10](/packages/helsingborg-stad-municipio)[illuminate/mail

The Illuminate Mail package.

5910.6M498](/packages/illuminate-mail)

PHPackages © 2026

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