PHPackages                             cl4u/epic-editor-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. cl4u/epic-editor-bundle

AbandonedArchivedLibrary

cl4u/epic-editor-bundle
=======================

Use EpicEditor in your Symfony 2 Forms

0498JavaScript

Since Mar 30Pushed 9y ago9 watchersCompare

[ Source](https://github.com/carloan4u/EpicEditorBundle)[ Packagist](https://packagist.org/packages/cl4u/epic-editor-bundle)[ RSS](/packages/cl4u-epic-editor-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

EpicEditorBundle
================

[](#epiceditorbundle)

Use [EpicEditor](http://epiceditor.com/) into your [Symfony 2](http://symfony.com/) Forms

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

[](#installation)

Require the library in your [composer.json](https://getcomposer.org/) file:

```
{
    "require": {
        "cl4u/epic-editor-bundle" : "~1.0"
    }
}
```

Register the Bundle in your app/AppKernel.php

```
new Cl4u\Bundle\EpicEditorBundle\Cl4uEpicEditorBundle(),
```

Usage
-----

[](#usage)

### Include the JavaScript library

[](#include-the-javascript-library)

Include the JS in your head block

```
{{ epic_editor_javascript() }}
```

### Use the Epic Editor form type

[](#use-the-epic-editor-form-type)

Simply call on your FormBuilder:

```
$builder->add('field', 'epic_editor', array('options' = array()))
```

### Use a different version of EpicEditor

[](#use-a-different-version-of-epiceditor)

This bundle comes with EpicEditor v0.2.2. You can replace this with your own version by setting the parameter:

```
cl4u_epic_editor:
    js_path: 'bundles/cl4uepiceditor/js/epiceditor.min.js'
```

Configuration options
---------------------

[](#configuration-options)

The complete list of [options](http://epiceditor.com/#options) can be configured by the following parameter values:

```
cl4u_epic_editor:
    js_path: 'bundles/cl4uepiceditor/js/epiceditor.min.js'
    options:
        base_path: 'bundles/cl4uepiceditor/css'
        client_side_storage: false
        local_storage_name: epic_editor
        use_native_fullscreen: false
        parser: marked
        focus_on_load: false
        file:
            name: ~
            default_content: ~
            auto_save: 100
        theme:
            base: '/themes/base/epiceditor.css'
            editor: '/themes/editor/epic-dark.css'
            preview: '/themes/preview/github.css'
        button:
            preview: true
            fullscreen: true
            bar: true
        shortcut:
            modifier: 18
            fullscreen: 80
            preview: 70
        string:
            toggle_preview: 'Toggle Preview Mode'
            toggle_edit: 'Toggle Edit Mode'
            toggle_fullscreen: 'Enter Fullscreen'
        autogrow:
            min_height: 200
            max_height: 200
            scroll: true
```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/32ab6e5c4fcc8016e27e8e06110ea65eeac7fab9fa45b98314b6b4c33796c4ee?d=identicon)[cl4u](/maintainers/cl4u)

---

Top Contributors

[![renz-acain](https://avatars.githubusercontent.com/u/8199631?v=4)](https://github.com/renz-acain "renz-acain (1 commits)")

### Embed Badge

![Health badge](/badges/cl4u-epic-editor-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/cl4u-epic-editor-bundle/health.svg)](https://phpackages.com/packages/cl4u-epic-editor-bundle)
```

PHPackages © 2026

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