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

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

karser/tp-redactor-bundle
=========================

Redactor Form Type

v1.0.0(13y ago)018MITJavaScriptPHP &gt;=5.3.2

Since Nov 8Pushed 12y ago1 watchersCompare

[ Source](https://github.com/karser/RedactorBundle)[ Packagist](https://packagist.org/packages/karser/tp-redactor-bundle)[ Docs](http://thomas-peterson.de/)[ RSS](/packages/karser-tp-redactor-bundle/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (7)Versions (2)Used By (0)

[![Build Status](https://camo.githubusercontent.com/00b1dbb6ec17b59a91684f2b966773382002bc0dd078595c34d4333a56e2ffac/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f626f6f6e6b65727a2f5265646163746f7242756e646c652e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/boonkerz/RedactorBundle)

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

[](#installation)

contributors: Bartłomiej Noszka bnlab

To instal this bundle, copy and paste to your composer.json

```
"friendsofsymfony/jsrouting-bundle": "dev-master",
"tp/redactor-bundle": "dev-master",

```

Rember to configure JsRoutingBundle guiding their README file.

Usage
-----

[](#usage)

in `config.yml`:

```
twig:
    form:
        resources:
            - 'TPRedactorBundle:Form:redactor_widget.html.twig'

```

in `routing.yml`:

```
tp_redactor:
    resource: "@TPRedactorBundle/Controller/"
    type:     annotation

```

add CSS and Javascript to your assetic:

- CSS: `'@TPRedactorBundle/Resources/public/css/redactor.css'`
- Javascripts: `'@TPRedactorBundle/Resources/public/js/redactor.js'` and `'@TPRedactorBundle/Resources/public/js/tp_redactor.js'`

Configuration
-------------

[](#configuration)

RedactorBundle allows you to configure the RedactorJS editor. Options are managed by "config\_sets".

in `config.yml`

```
tp_redactor:
   default_config_set: default
   config_sets:
       default:
           lang: fr
       basic:
           lang: fr
           formattingTags:
               - 'h2'
               - 'h3'
               - 'p'
               - 'blockquote'
```

Chose your config set at form building :

```
    $builder->add('your_form_field', 'redactor', array('config_set' => 'basic'));
```

All supported redactor options can be found [Here](http://imperavi.com/redactor/docs/settings/)

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 56.3% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

4934d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a010cb48160a17e197994687462680101cdb20284a1dce61f8704218a7ee87e4?d=identicon)[karser](/maintainers/karser)

---

Top Contributors

[![boonkerz](https://avatars.githubusercontent.com/u/277321?v=4)](https://github.com/boonkerz "boonkerz (18 commits)")[![yohang](https://avatars.githubusercontent.com/u/608984?v=4)](https://github.com/yohang "yohang (8 commits)")[![bartlomiej-sudo](https://avatars.githubusercontent.com/u/229835291?v=4)](https://github.com/bartlomiej-sudo "bartlomiej-sudo (2 commits)")[![karser](https://avatars.githubusercontent.com/u/1675033?v=4)](https://github.com/karser "karser (2 commits)")[![benscholler](https://avatars.githubusercontent.com/u/431530?v=4)](https://github.com/benscholler "benscholler (1 commits)")[![loonkwil](https://avatars.githubusercontent.com/u/1401202?v=4)](https://github.com/loonkwil "loonkwil (1 commits)")

---

Tags

formwysiwygRedactor

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/karser-tp-redactor-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/karser-tp-redactor-bundle/health.svg)](https://phpackages.com/packages/karser-tp-redactor-bundle)
```

###  Alternatives

[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[mopa/bootstrap-bundle

Easy integration of twitters bootstrap into symfony2

7042.9M33](/packages/mopa-bootstrap-bundle)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[helios-ag/fm-elfinder-bundle

ElFinder bundle, adds ElFinder file manager to your Symfony project

2814.8M27](/packages/helios-ag-fm-elfinder-bundle)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
