PHPackages                             sau/md-editor-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. sau/md-editor-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

sau/md-editor-bundle
====================

MDEditor for Symfony

0.1.2(6y ago)037[24 PRs](https://github.com/AkinaySau/md-editor-bundle/pulls)BSD-3-ClauseVuePHP ^7.1.3

Since Sep 8Pushed 3y ago1 watchersCompare

[ Source](https://github.com/AkinaySau/md-editor-bundle)[ Packagist](https://packagist.org/packages/sau/md-editor-bundle)[ RSS](/packages/sau-md-editor-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (28)Used By (0)

md-editor-bundle
================

[](#md-editor-bundle)

Simple markdown editor for Symfony

Install
-------

[](#install)

```
composer require sau/md-editor-bundle
bin/console assets:install --symlink --relative
```

If Symfony 4, add in `config/bundles.php`:

```
Sau\Bundle\MDEditor\MDEditorBundle::class  => ['all' => true],
```

Add form in twig:

```
twig:
    form_themes:
        - '@MDEditor/type/md-editor.html.twig'
```

and adding scripts/styles to your template

```
{{asset('bundles/mdeditor/md-editor.js')}}
{{asset('bundles/mdeditor/runtime.js')}}
{{asset('bundles/mdeditor/md-editor.css')}}
```

if using [sonata-admin-bundle](https://github.com/sonata-project/SonataAdminBundle) add configs to

```
sonata_admin:
    assets:
        extra_javascripts:
            - bundles/mdeditor/md-editor.js
            - bundles/mdeditor/runtime.js
        extra_stylesheets:
            - bundles/mdeditor/md-editor.css
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

Total

3

Last Release

2436d ago

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/sau-md-editor-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/sau-md-editor-bundle/health.svg)](https://phpackages.com/packages/sau-md-editor-bundle)
```

###  Alternatives

[wwwision/dcb-eventstore

Implementation of the Dynamic Consistency Boundary pattern described by Sara Pellegrini

2131.5k10](/packages/wwwision-dcb-eventstore)

PHPackages © 2026

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