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

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

gibilogic/tinymce-bundle
========================

This Bundle integrates TinyMCE WYSIWYG editor into a Symfony2 project.

1.3.2(10y ago)744.4k5[1 issues](https://github.com/gibilogic/tinymce-bundle/issues)2MITPHPPHP &gt;=5.3.0

Since Apr 16Pushed 9y ago4 watchersCompare

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

READMEChangelogDependencies (4)Versions (22)Used By (2)

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

[](#tinymcebundle)

> NOTE! This repo has been forked from stfalcon/TinymceBundle because it was no longer maintained. Documentation / copyright info / naming still reference the old repo, it will be fixed along the way.

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

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

[](#installation)

### Installation by Composer

[](#installation-by-composer)

> NOTE! This version of TinyMCE bundle intended for TinyMCE version 4 and works only with Symfony version &gt;= 2.1. To upgrade your configuration, please read UPGRADE.md

Add TinyMCE bundle as a dependency to the composer.json of your application with the following console command

```
composer require gibilogic/tinymce-bundle

```

Add TinyMCE automatic symlinking

```
"scripts": {
"post-install-cmd": [
    "Stfalcon\\Bundle\\TinymceBundle\\Composer\\ScriptHandler::createSymlink"
],
"post-update-cmd": [
    "Stfalcon\\Bundle\\TinymceBundle\\Composer\\ScriptHandler::createSymlink"
]
},

```

Add StfalconTinymceBundle to your application kernel.
-----------------------------------------------------

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

```
// app/AppKernel.php
