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

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

stfalcon/tinymce-bundle
=======================

This Bundle integrates TinyMCE WYSIWYG editor into a Symfony2 project.

v3.3.1(2mo ago)2692.9M—6.1%149[8 issues](https://github.com/stfalcon/TinymceBundle/issues)[6 PRs](https://github.com/stfalcon/TinymceBundle/pulls)20MITPHPPHP ^7.2.5 || &gt;=8.0

Since Apr 16Pushed 2mo ago18 watchersCompare

[ Source](https://github.com/stfalcon/TinymceBundle)[ Packagist](https://packagist.org/packages/stfalcon/tinymce-bundle)[ RSS](/packages/stfalcon-tinymce-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (4)Versions (38)Used By (20)

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)PHPSymfonyComment3.0&gt;= 7.2&gt;= 5.0Actual version2.4&gt;= 7.1&gt;= 3.4 and 4.\*2.0&gt;= 5.4&gt;= 3.01.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
