PHPackages                             lead-ext/wysiwyg-editor-plugin - 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. lead-ext/wysiwyg-editor-plugin

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

lead-ext/wysiwyg-editor-plugin
==============================

WYSIWYG editor for Sylius.

141PHP

Since Jun 7Pushed 9y ago1 watchersCompare

[ Source](https://github.com/Lead-Ext/LeadExtWysiwygEditorPlugin)[ Packagist](https://packagist.org/packages/lead-ext/wysiwyg-editor-plugin)[ RSS](/packages/lead-ext-wysiwyg-editor-plugin/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Lead Ext WYSIWYG Editor plugin
==============================

[](#lead-ext-wysiwyg-editor-plugin)

WYSIWYG editor for Sylius.

By default plugin adds text editor for product's description and short description.

Usage:
------

[](#usage)

1. Install bundle:

    ```
    $ composer.phar require lead-ext/wysiwyg-editor-plugin
    ```
2. Add bundle to `AppKernel.php`:

    ```
        new LeadExt\WysiwygEditorPlugin\LeadExtWysiwygEditorPlugin(),
    ```
3. Configure bundle in `app/config/config.yml`:

    ```
    lead_ext_wysiwyg_editor:
        api_key: 'your_api_key' #please read official web site for more information https://www.tinymce.com/
    ```
4. Add init script for WYSIWYG editor on a page with desired options:

    ```
    {{ wysiwyg_init({
        browser_spellcheck: true,
        branding: false,
        elementpath: false,
        statusbar: false,
        menubar: false,
        language: app.request.locale
    })}}
    ```

    Please check official documentation for all available options:
5. Use `TextWysiwygType` form type for your field:

    ```
    public function buildForm(FormBuilderInterface $builder, array $options)
    {
        $builder
            ->add('text', TextWysiwygType::class, [
                'required' => false,
            ])
    }
    ```

Manual steps:
-------------

[](#manual-steps)

- add `raw` filter for rendered fields. F.e. `{{ product.shortDescription|raw }}`

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

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://avatars.githubusercontent.com/u/729966?v=4)[Oleksandr Kurakin](/maintainers/kurakin-oleksandr)[@kurakin-oleksandr](https://github.com/kurakin-oleksandr)

---

Top Contributors

[![kurakin-oleksandr](https://avatars.githubusercontent.com/u/729966?v=4)](https://github.com/kurakin-oleksandr "kurakin-oleksandr (5 commits)")

---

Tags

lead-extphppluginsyliussylius-pluginwysiwygwysiwyg-editor

### Embed Badge

![Health badge](/badges/lead-ext-wysiwyg-editor-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/lead-ext-wysiwyg-editor-plugin/health.svg)](https://phpackages.com/packages/lead-ext-wysiwyg-editor-plugin)
```

###  Alternatives

[misd/linkify

Converts URLs and email addresses in text into HTML links

1123.1M11](/packages/misd-linkify)[n98/junit-xml

JUnit XML Document generation library

168.9M10](/packages/n98-junit-xml)[sylius/taxonomy

Taxonomies - categorization of domain models in PHP projects.

14451.5k15](/packages/sylius-taxonomy)

PHPackages © 2026

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