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

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

jackfumanchu/markdown-live-bundle
=================================

Symfony bundle providing a Markdown form field with live preview, powered by Symfony UX Live Components. Works in EasyAdmin and standard Symfony forms.

v1.0.1(2mo ago)015MITPHPPHP &gt;=8.2

Since May 10Pushed 2mo agoCompare

[ Source](https://github.com/jackfumanchu/markdown-live-bundle)[ Packagist](https://packagist.org/packages/jackfumanchu/markdown-live-bundle)[ Docs](https://github.com/jackfumanchu/markdown-live-bundle)[ RSS](/packages/jackfumanchu-markdown-live-bundle/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (6)Versions (3)Used By (0)

Markdown Live Bundle
====================

[](#markdown-live-bundle)

A Symfony bundle that provides a Markdown form field with live preview, powered by [Symfony UX Live Components](https://symfony.com/bundles/ux-live-component/current/index.html). Works both in [EasyAdmin](https://github.com/EasyCorp/EasyAdminBundle) and in standard Symfony forms.

Requirements
------------

[](#requirements)

- PHP 8.2+
- Symfony 7.0+ or 8.0+
- Symfony UX Live Components 2.0+
- EasyAdmin 4.0+ or 5.0+ (only if you want to use the EasyAdmin field)

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

[](#installation)

```
composer require jackfumanchu/markdown-live-bundle
```

Then add the `stimulus-textarea-autogrow` package to your importmap:

```
php bin/console importmap:require stimulus-textarea-autogrow
```

> The bundle throws a clear error at cache warmup if this package is missing.

Usage
-----

[](#usage)

### In EasyAdmin

[](#in-easyadmin)

Use `MarkdownField` in your CRUD controllers:

```
use JackFuManchu\MarkdownLiveBundle\Field\MarkdownField;

public function configureFields(string $pageName): iterable
{
    yield MarkdownField::new('content');
}
```

### In standard Symfony forms

[](#in-standard-symfony-forms)

1. Add the form theme to your Twig configuration:

```
# config/packages/twig.yaml
twig:
    form_themes:
        - '@JackFuManchuMarkdownLive/form/markdown_live_theme.html.twig'
```

Or apply it per-template:

```
{% form_theme form '@JackFuManchuMarkdownLive/form/markdown_live_theme.html.twig' %}
```

2. Use `MarkdownType` in your form classes:

```
use JackFuManchu\MarkdownLiveBundle\Form\Type\MarkdownType;

$builder->add('content', MarkdownType::class);
```

### Options

[](#options)

`MarkdownType` supports the following options:

OptionTypeDefaultDescription`preview``bool``true`Show the live Markdown preview panel`debounce``int``300`Debounce delay in millisecondsLicense
-------

[](#license)

[MIT](LICENSE)

###  Health Score

39

—

LowBetter than 84% of packages

Maintenance86

Actively maintained with recent releases

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity47

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

Every ~3 days

Total

2

Last Release

72d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/29048875?v=4)[Pierre Jacquier](/maintainers/jackfumanchu)[@jackfumanchu](https://github.com/jackfumanchu)

---

Top Contributors

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

---

Tags

symfonysymfony-uxmarkdownformSymfony Bundleeasyadminlive componentlive preview

### Embed Badge

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

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

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M400](/packages/easycorp-easyadmin-bundle)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.9M754](/packages/sylius-sylius)[symfony/symfony-demo

Symfony Demo Application

2.6k254.2k](/packages/symfony-symfony-demo)[forumify/forumify-platform

122.0k14](/packages/forumify-forumify-platform)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1616.4k14](/packages/2lenet-crudit-bundle)[web-auth/webauthn-framework

FIDO2/Webauthn library for PHP and Symfony Bundle.

515100.5k3](/packages/web-auth-webauthn-framework)

PHPackages © 2026

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