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

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

clicksco/commonmark-laravel
===========================

Trivial Laravel wrapper class for League\\CommonMark

1.0.1(11y ago)046MITPHPPHP &gt;=5.4.0

Since Jan 22Pushed 11y ago4 watchersCompare

[ Source](https://github.com/Clicksco/CommonMarkLaravel)[ Packagist](https://packagist.org/packages/clicksco/commonmark-laravel)[ Docs](https://github.com/Clicksco/CommonMarkLaravel)[ RSS](/packages/clicksco-commonmark-laravel/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (3)Versions (3)Used By (0)

CommonMark Laravel 4 Wrapper
============================

[](#commonmark-laravel-4-wrapper)

[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)

Trivial Laravel 4 wrapper class for The PHP League's CommonMark package.

Install
-------

[](#install)

Require the package with Composer

```
$ composer require clicksco/commonmark-laravel
```

Update app/config/app.php with the ServiceProvider and Facade

```
'providers' => [
    ...
    'Clicksco\CommonMark\ServiceProvider',
    ...
];
```

```
'aliases' => [
    ...
    'CommonMark' => 'Clicksco\CommonMark\Facade',
    ...
];
```

Usage
-----

[](#usage)

```
echo CommonMark::convertToHtml('# Hello, World!');
```

Testing
-------

[](#testing)

```
$ phpunit
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](https://github.com/clicksco/commonmarklaravel/blob/master/CONTRIBUTING.md) for details.

Credits
-------

[](#credits)

- [Jon Park](https://github.com/jonspark)
- [All Contributors](https://github.com/clicksco/commonmarklaravel/contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

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

Total

2

Last Release

4181d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/750051?v=4)[Jon Park](/maintainers/jonspark)[@jonspark](https://github.com/jonspark)

---

Tags

laravelcommonmark

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M345](/packages/psalm-plugin-laravel)[renatomarinho/laravel-page-speed

Laravel Page Speed

2.5k1.7M11](/packages/renatomarinho-laravel-page-speed)[helsingborg-stad/municipio

A bootstrap theme for creating municipality sites.

4028.5k10](/packages/helsingborg-stad-municipio)[vinkius-labs/laravel-page-speed

Laravel Page Speed

2.5k12.5k1](/packages/vinkius-labs-laravel-page-speed)[illuminate/mail

The Illuminate Mail package.

5910.6M500](/packages/illuminate-mail)[emargareten/inertia-modal

Inertia Modal is a Laravel package that lets you implement backend-driven modal dialogs for Inertia apps.

90142.9k](/packages/emargareten-inertia-modal)

PHPackages © 2026

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