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

ActiveSymfony-bundle[Parsing &amp; Serialization](/categories/parsing)

demontpx/parsedown-bundle
=========================

Parsedown (markdown) bundle for Symfony

3.0.2(5y ago)525.4kMITPHPPHP &gt;=7.4

Since May 28Pushed 3y ago1 watchersCompare

[ Source](https://github.com/DemonTPx/parsedown-bundle)[ Packagist](https://packagist.org/packages/demontpx/parsedown-bundle)[ RSS](/packages/demontpx-parsedown-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (8)Versions (24)Used By (0)

Parsedown bundle for Symfony
============================

[](#parsedown-bundle-for-symfony)

Provides the parsedown service and twig filter for Symfony

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

[](#installation)

Require the bundle using composer:

```
composer require demontpx/parsedown-bundle ^1.3
```

Then add it to your bundles section in `AppKernel.php`:

```
new Demontpx\ParsedownBundle\DemontpxParsedownBundle()
```

Usage
-----

[](#usage)

Then you can use it in your twig templates:

```
{{ text|markdown }}
{{ '# This is a header!'|markdown }}
```

or directly from PHP:

```
$parsedown = $container->get('demontpx_parsedown.parsedown');
$parsedText = $parsedown->text($text);
```

You can also use the controller to parse markdown using an REST call. Add this to your `routing.yml`:

```
demontpx_parsedown:
    resource: "@DemontpxParsedownBundle/Resources/config/routing.yml"
    prefix:   /parsedown/
```

After that you'll be able to send a `POST` request with markdown to `http://your-apps-url/parsedown/` and it will return the parsed HTML. You might want to use this to render previews using javascript or something!

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity73

Established project with proven stability

 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

Every ~93 days

Recently: every ~167 days

Total

23

Last Release

2005d ago

Major Versions

1.3.8 → 2.02019-11-25

2.0 → 3.02019-11-30

PHP version history (4 changes)1.0PHP &gt;=5.3

1.3PHP ^7.1

3.0PHP ^7.4

3.0.2PHP &gt;=7.4

### Community

Maintainers

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

---

Top Contributors

[![DemonTPx](https://avatars.githubusercontent.com/u/2570835?v=4)](https://github.com/DemonTPx "DemonTPx (34 commits)")

---

Tags

bundleparsedownphpsymfonysymfonybundlemarkdownmdparsedown

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

PHPackages © 2026

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