PHPackages                             nmb/tinymce-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. nmb/tinymce-bundle

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

nmb/tinymce-bundle
==================

Integrate TinyMCE 4.x editor into symfony2

1591[1 issues](https://github.com/Badji/NmbTinymceBundle/issues)PHP

Since Oct 26Pushed 12y ago1 watchersCompare

[ Source](https://github.com/Badji/NmbTinymceBundle)[ Packagist](https://packagist.org/packages/nmb/tinymce-bundle)[ RSS](/packages/nmb-tinymce-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

NmbTinymceBundle
================

[](#nmbtinymcebundle)

Integrate TinyMCE 4.x editor into symfony2

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

[](#installation)

Add NmbTinymceBundle to your composer.json

```
{
    "require": {
        "nmb/tinymce-bundle": "dev-master"
    }
}
```

Download the bundle by runung the command

```
$php composer.phar update nmb/tinymce-bundle
```

Add the bundle to your app/AppKernel.php

```
