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 4d 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 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity63

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

1688d 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

[illuminate/pipeline

The Illuminate Pipeline package.

9446.6M213](/packages/illuminate-pipeline)[illuminate/pagination

The Illuminate Pagination package.

10532.5M862](/packages/illuminate-pagination)[spatie/laravel-mix-preload

Add preload and prefetch links based your Mix manifest

169176.0k2](/packages/spatie-laravel-mix-preload)[mrmarchone/laravel-auto-crud

Laravel Auto CRUD helps you streamline development and save time.

28711.8k2](/packages/mrmarchone-laravel-auto-crud)[bjuppa/laravel-blog

Add blog functionality to your Laravel project

483.3k2](/packages/bjuppa-laravel-blog)[interaction-design-foundation/laravel-geoip

Support for multiple Geographical Location services.

17221.0k3](/packages/interaction-design-foundation-laravel-geoip)

PHPackages © 2026

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