PHPackages                             lablog/parsedown - 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. lablog/parsedown

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

lablog/parsedown
================

1.0.0(12y ago)116[1 issues](https://github.com/LaBlog/Parsedown/issues)PHPPHP &gt;=5.3.0

Since Mar 20Pushed 11y ago1 watchersCompare

[ Source](https://github.com/LaBlog/Parsedown)[ Packagist](https://packagist.org/packages/lablog/parsedown)[ RSS](/packages/lablog-parsedown/feed)WikiDiscussions master Synced 3w ago

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

**NO LONGER MAINTAINED!** Try the following instead:

LaBlog Parsedown Plugin (Including Twig Filter)
===============================================

[](#lablog-parsedown-plugin-including-twig-filter)

An alternative markdown processor wrapper for LaBlog. This processor wraps the `parsedown` processor instead of the default `MarkdownExtra` processor.

This processor has a few differences. The main difference is that this processor required GitHub flavoured markdown. For the most part, this is the standard markdown format, but if you have used Markdown Extra, you will notice some functionality may be different.

Installation
============

[](#installation)

Main Processor
--------------

[](#main-processor)

LaBlog Parsedown can be installed as the default processor for LaBlog by changing the binding for `Lablog\Lablog\Processor\ProcessorInterface`.

The binding should be changed as follows:

`'Lablog\Lablog\Processor\ProcessorInterface' => 'Lablog\Parsedown\ParsedownProcessor'`

Twig Filter
-----------

[](#twig-filter)

LaBlog Parsedown also adds Parsedown as a twig filter. To enable the twig filter, add the `Lablog\Parsedown\ParsedownProcessor` to your service providers in your Laravel `comfig/app.php` file.

Once done, you will be able to use the parsedown filter like so.

```

    My Twig Template

    {{ content | parsedown }}

```

*Where `content` is a string of markdown.*

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

4477d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/40961dbdd7f3ae5a69c3964bed644239689c6ae64b1355b9b5d504233f271bc9?d=identicon)[jralph](/maintainers/jralph)

---

Top Contributors

[![jralph](https://avatars.githubusercontent.com/u/3825404?v=4)](https://github.com/jralph "jralph (5 commits)")

### Embed Badge

![Health badge](/badges/lablog-parsedown/health.svg)

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

PHPackages © 2026

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