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 yesterday

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 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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

2486d 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

[php-decimal/php-decimal

Correctly-rounded arbitrary precision decimal floating point

781.1M10](/packages/php-decimal-php-decimal)[binarycabin/laravel-uuid

A wrapper for webpatser/laravel-uuid with additional integration

86611.8k](/packages/binarycabin-laravel-uuid)[javoscript/laravel-macroable-models

A package for adding methods to Laravel models on the fly

71779.4k13](/packages/javoscript-laravel-macroable-models)[brotkrueml/schema

Embedding schema.org vocabulary - API and view helpers for schema.org markup

34628.4k14](/packages/brotkrueml-schema)[pantheon-systems/pantheon_domain_masking

Domain masking middleware for Drupal

12334.4k](/packages/pantheon-systems-pantheon-domain-masking)[mrsuh/php-var-sizeof

Provides functions for getting full size of any PHP variable

6010.0k](/packages/mrsuh-php-var-sizeof)

PHPackages © 2026

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