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

ActiveSymfony-bundle

grouby/tinymce-bundle-gamma
===========================

This Bundle integrates TinyMCE WYSIWYG editor into a Symfony2 project.

v2.1(9y ago)09MITPHPPHP &gt;=5.4.0

Since Apr 16Pushed 7y agoCompare

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

READMEChangelog (1)Dependencies (1)Versions (30)Used By (0)

TinymceBundle
=============

[](#tinymcebundle)

This bundle makes it very easy to add the TinyMCE WYSIWYG editor to your Symfony2 project.

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

[](#installation)

### Choose the appropriate version

[](#choose-the-appropriate-version)

Bundle Version (X.Y)PHPSymfonyComment2.0&gt;= 5.4&gt;= 3.0Actual version1.0&gt;= 5.4&gt;= 2.1 and &lt;= 2.8> NOTE! To upgrade your configuration, please read UPGRADE.md

### Add TinyMCE bundle as a dependency of your application via composer

[](#add-tinymce-bundle-as-a-dependency-of-your-application-via-composer)

```
$ php composer.phar require stfalcon/tinymce-bundle='X.Y'

```

### Add StfalconTinymceBundle to your application kernel.

[](#add-stfalcontinymcebundle-to-your-application-kernel)

```
// app/AppKernel.php
