PHPackages                             meniam/ckeditor-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. meniam/ckeditor-bundle

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

meniam/ckeditor-bundle
======================

Symfony2 bundle for easy integration of the CKEditor WYSIWYG

v1.9.2(7y ago)14.0k1MITPHPPHP &gt;=5.6.0

Since May 6Pushed 7y ago1 watchersCompare

[ Source](https://github.com/meniam/ckeditor-bundle)[ Packagist](https://packagist.org/packages/meniam/ckeditor-bundle)[ RSS](/packages/meniam-ckeditor-bundle/feed)WikiDiscussions master Synced yesterday

READMEChangelog (8)Dependencies (6)Versions (32)Used By (0)

Symfony2 CKEditor Bundle
------------------------

[](#symfony2-ckeditor-bundle)

[![Build Status](https://camo.githubusercontent.com/8c6e7952a761f0191da0f732b5d1fbcc2cbbdb3fd457f6540138aaf960b848f7/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f7472737465656c38382f5472737465656c436b656469746f7242756e646c652e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/trsteel88/TrsteelCkeditorBundle)

[![KnpBundles Badge](https://camo.githubusercontent.com/8dec768d19ffecf9fab635a8d6b6ac7083c03f634e92b5e8dc0b1f4b5918c694/687474703a2f2f6b6e7062756e646c65732e636f6d2f7472737465656c38382f5472737465656c436b656469746f7242756e646c652f6261646765)](http://knpbundles.com/trsteel88/TrsteelCkeditorBundle)

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

[](#installation)

1. Add TrsteelCkeditorBundle to your composer.json
2. Enable the bundle
3. Install bundle assets
4. Configure the bundle (optional)
5. Add the editor to a form
6. Configure data transformers

### Step 1: Add TrsteelCkeditorBundle to your composer.json

[](#step-1-add-trsteelckeditorbundle-to-your-composerjson)

```
php composer.phar require Trsteel/ckeditor-bundle ~1.8
```

### Step 2: Enable the bundle

[](#step-2-enable-the-bundle)

```
