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

ActiveSymfony-bundle

bdjurisic/tinymce-bundle
========================

This Bundle integrates TinyMCE WYSIWYG editor into a Symfony2 project.

3.0.3(2y ago)060MITPHPPHP ^7.2.5|^8.0

Since May 25Pushed 2y agoCompare

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

READMEChangelog (1)Dependencies (2)Versions (2)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)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
