PHPackages                             imtms/laravelmd - 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. imtms/laravelmd

ActivePackage[Parsing &amp; Serialization](/categories/parsing)

imtms/laravelmd
===============

Markdown Parser for Laravel

V1.0(10y ago)0481MITPHP

Since Jun 28Pushed 7y ago1 watchersCompare

[ Source](https://github.com/imtms/laravelmd)[ Packagist](https://packagist.org/packages/imtms/laravelmd)[ Docs](https://github.com/imtms/laravelmd)[ RSS](/packages/imtms-laravelmd/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (1)DependenciesVersions (3)Used By (0)

laravelmd - A Markdown Parser for Laravel
=========================================

[](#laravelmd---a-markdown-parser-for-laravel)

> Based on [PHP-Markdown](http://michelf.com/projects/php-markdown/)

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

[](#installation)

[![FOSSA Status](https://camo.githubusercontent.com/c7b2335296696b450418ab56ae4eadd3ac3ffda6c7784ccbd722c717335d412c/68747470733a2f2f6170702e666f7373612e696f2f6170692f70726f6a656374732f6769742532426769746875622e636f6d253246696d746d732532466c61726176656c6d642e7376673f747970653d736869656c64)](https://app.fossa.io/projects/git%2Bgithub.com%2Fimtms%2Flaravelmd?ref=badge_shield)

To get the latest version of laravelmd, simply require the project using [Composer](https://getcomposer.org):

```
composer require imtms/laravelmd
```

Instead, you may of course manually update your require block and run `composer update` if you so choose:

```
{
    "require": {
        "imtms/laravelmd": "^1.0"
    }
}
```

Configuration
-------------

[](#configuration)

Once laravelmd is installed, you need to register the service provider.

Open up `config/app.php` and add the following to the `providers` key.

```
imtms\laravelmd\laravelmdProvider::class,
```

You can register the Markdown facade in the `aliases` key of your `config/app.php` file if you like.

```
'laravelmd' => imtms\laravelmd\Facades\laravelmd::class,
```

Usage
-----

[](#usage)

```
\laravelmd::convert('foo'); // foo
```

License
-------

[](#license)

[The MIT License (MIT)](LICENSE).

[![FOSSA Status](https://camo.githubusercontent.com/c54f8ce9ea12c0b7c2cff4053231bf138477e47ef2b9e43f777f4a0c85880977/68747470733a2f2f6170702e666f7373612e696f2f6170692f70726f6a656374732f6769742532426769746875622e636f6d253246696d746d732532466c61726176656c6d642e7376673f747970653d6c61726765)](https://app.fossa.io/projects/git%2Bgithub.com%2Fimtms%2Flaravelmd?ref=badge_large)

###  Health Score

28

—

LowBetter than 51% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 85.7% 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 ~0 days

Total

2

Last Release

3699d ago

Major Versions

V0.1 → V1.02016-06-28

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/449006?v=4)[Tim Stone](/maintainers/tms)[@tms](https://github.com/tms)

---

Top Contributors

[![imtms](https://avatars.githubusercontent.com/u/8328620?v=4)](https://github.com/imtms "imtms (6 commits)")[![fossabot](https://avatars.githubusercontent.com/u/29791463?v=4)](https://github.com/fossabot "fossabot (1 commits)")

---

Tags

laravelparsermarkdown

### Embed Badge

![Health badge](/badges/imtms-laravelmd/health.svg)

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

###  Alternatives

[petebishwhip/laradocs

Maintain beautiful, version-controlled documentation alongside your Laravel codebase. Markdown in, a polished docs site out.

11419.8k](/packages/petebishwhip-laradocs)[torchlight/torchlight-commonmark

A Commonmark extension for Torchlight, the syntax highlighting API.

29282.6k8](/packages/torchlight-torchlight-commonmark)

PHPackages © 2026

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