PHPackages                             ns/simplemde-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. [Templating &amp; Views](/categories/templating)
4. /
5. ns/simplemde-bundle

ActiveSymfony-bundle[Templating &amp; Views](/categories/templating)

ns/simplemde-bundle
===================

This bundle provides the simplemde markdown editor and forms to a symfony bundle

1.0.5(6y ago)27.4k5[3 issues](https://github.com/NobletSolutions/SimpleMDEBundle/issues)MITPHPPHP &gt;=5.5.9

Since Nov 1Pushed 6y ago2 watchersCompare

[ Source](https://github.com/NobletSolutions/SimpleMDEBundle)[ Packagist](https://packagist.org/packages/ns/simplemde-bundle)[ RSS](/packages/ns-simplemde-bundle/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependencies (2)Versions (7)Used By (0)

SimpleMDEBundle
===============

[](#simplemdebundle)

This bundle provides the simplemde markdown editor

Installation
============

[](#installation)

Add the bundle to your `composer.json` file:

```
require: {
    // ...
    "ns/simplemde-bundle": "dev-master" // or use a tag from packagist.org
    // ...
}
```

Register the bundle with your kernel:

```
