PHPackages                             andchir/markdown-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. andchir/markdown-bundle

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

andchir/markdown-bundle
=======================

Markdown bundle for Symfony 3.x

1.0.4(5y ago)040MITPHP

Since Jan 4Pushed 5y ago1 watchersCompare

[ Source](https://github.com/andchir/markdown-bundle)[ Packagist](https://packagist.org/packages/andchir/markdown-bundle)[ Docs](http://modx-shopkeeper.ru/)[ RSS](/packages/andchir-markdown-bundle/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (5)Dependencies (1)Versions (6)Used By (0)

MarkdownBundle
==============

[](#markdownbundle)

```
composer require andchir/markdown-bundle

```

Usage example:

```
{{ currentPage.description | markdown }}

```

```
{{ currentPage.description | markdown({urlsLinked: false, safeMode: true, breaksEnabled: true, markupEscaped: true}) }}

```

```
{{ includeFileContent(currentPage.file_content_path) | markdown }}

```

Save content from file to the document field:

```
{% if currentPage.description is defined and currentPage.description is not empty %}
    {{ currentPage.description | markdown }}
{% else %}
    {{ includeFileContent(currentPage.file_content_path, 'documentation', currentPage.id, 'description') | markdown }}
{% endif %}

```

bundles.php:

```
return [
    ...,
    Andchir\MarkdownBundle\MarkdownBundle\MarkdownBundle::class => ['all' => true]
];

```

Command to update content from file:

```
php bin/console markdown:action update_content documentation file_content_path description

```

```
composer require erusev/parsedown

```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity64

Established project with proven stability

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

Total

5

Last Release

2170d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6392311?v=4)[Andrei](/maintainers/andchir)[@andchir](https://github.com/andchir)

---

Tags

symfonybundlemarkdown

### Embed Badge

![Health badge](/badges/andchir-markdown-bundle/health.svg)

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

###  Alternatives

[presta/sitemap-bundle

A Symfony bundle that provides tools to build your application sitemap.

3929.4M28](/packages/presta-sitemap-bundle)[benjaminhoegh/parsedown-extended

An extension for Parsedown.

5022.6k1](/packages/benjaminhoegh-parsedown-extended)[bukashk0zzz/liip-imagine-serialization-bundle

Provides integration between LiipImagineBundle and JMSSerializerBundle.

2517.5k](/packages/bukashk0zzz-liip-imagine-serialization-bundle)[eprofos/user-agent-analyzer

A powerful Symfony bundle for user-agent analysis. It provides accurate detection of operating systems (Windows, MacOS, Linux, iOS, Android...), browsers (Chrome, Firefox, Safari...), and device types (Desktop, Mobile, Tablet, TV...). Supports specific version detection and includes advanced handling of special cases like WebViews and compatibility modes. Features comprehensive logging and detailed analysis results.

182.3k](/packages/eprofos-user-agent-analyzer)

PHPackages © 2026

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