PHPackages                             kraksoft/redactor-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. kraksoft/redactor-bundle

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

kraksoft/redactor-bundle
========================

Symfony Redactor WYSIWYG Form Type

1.0.2(11y ago)31.6kMITPHPPHP &gt;=5.3.2

Since Sep 22Pushed 11y ago1 watchersCompare

[ Source](https://github.com/kraksoft/RedactorBundle)[ Packagist](https://packagist.org/packages/kraksoft/redactor-bundle)[ Docs](https://github.com/kraksoft/RedactorBundle)[ RSS](/packages/kraksoft-redactor-bundle/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (1)Versions (4)Used By (0)

Disclaimer
==========

[](#disclaimer)

This is an unlinked fork of . True author is Andrey Stepanov, here is only a little bit changed version.

RedactorBundle
==============

[](#redactorbundle)

Bundle is destined to add Redactor WYSIWYG editor to your Symfony2 project.

This bundle does not include original Redactor JavaScript library, for using it you should get it from official website

Installation for Symfony 2.1
----------------------------

[](#installation-for-symfony-21)

### composer.json

[](#composerjson)

```
"require": {
    ...
    "kraksoft/redactor-bundle": "dev-master"
    ...
},
"repositories": [
    {
        "url": "https://github.com/AStepanov/RedactorBundle.git",
        "type": "vcs"
    }
],
```

### app/AppKernel.php

[](#appappkernelphp)

```
