PHPackages                             ehyiah/ux-quill - 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. ehyiah/ux-quill

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

ehyiah/ux-quill
===============

Symfony UX Bundle to use Quill JS wysiwyg text editor with full and easy customisation

3.9.1(1w ago)6492.2k↓29.8%8[1 issues](https://github.com/Ehyiah/ux-quill/issues)[8 PRs](https://github.com/Ehyiah/ux-quill/pulls)2MITTypeScriptPHP &gt;=8.1.0CI passing

Since Jun 24Pushed 6d ago1 watchersCompare

[ Source](https://github.com/Ehyiah/ux-quill)[ Packagist](https://packagist.org/packages/ehyiah/ux-quill)[ Docs](https://github.com/Ehyiah/ux-quill)[ RSS](/packages/ehyiah-ux-quill/feed)WikiDiscussions main Synced 3d ago

READMEChangelog (10)Dependencies (71)Versions (70)Used By (2)

QuillJs Bundle for Symfony using Symfony UX
===========================================

[](#quilljs-bundle-for-symfony-using-symfony-ux)

 [![Melody logo](./quill_logo.png)](./quill_logo.png)

Symfony UX Bundle implementing the Quill JS Wysiwyg

Also, Working out of the with EasyAdmin

> **New Documentation**:

If you need an easy-to-use WYSIWYG (with no complex configuration) into a symfony project, this is what you need.

- [Installation](#installation)
- [Basic Usage](#basic-usage)
- [Display Result](#display-result)

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

[](#installation)

### Step 1 Require bundle

[](#step-1-require-bundle)

```
  composer require ehyiah/ux-quill
```

If you are using the AssetMapper Component you're done !

### step 2 next run (If you are using webpack encore, not needed with AssetMapper)

[](#step-2-next-run-if-you-are-using-webpack-encore-not-needed-with-assetmapper)

```
    yarn install --force
    yarn watch
```

OR

```
    npm install --force
    npm run watch
```

It's done, you can use the QuillType to build a QuillJs WYSIWYG

You can add as many WYSIWYG fields inside same page like any normal fields.

Basic Usage
===========

[](#basic-usage)

In a form, use QuillType. It works like a classic Type except it has more options : e.g:

```
    use Ehyiah\QuillJsBundle\Form\QuillType;

    public function buildForm(FormBuilderInterface $builder, array $options)
    {
        $builder
            // ...
            ->add('myField', QuillType::class)
        ;
    }
```

Display result
==============

[](#display-result)

In a twig template, the easiest way is to use the provided Twig component:

```
{# emits the required  tags once per request (AssetMapper only) #}
{{ quill_content_styles() }}

```

The component only renders the HTML wrappers; it does not pull any CSS by itself. Use `quill_content_styles()` (AssetMapper) or import the stylesheets in your CSS entry (Webpack). See [usage docs](docs/guide/usage.md#loading-the-required-css) for details, including the opt-in cosmetic stylesheet for mentions.

For inline style (no CSS required on frontend):

```

```

Or manually:

- if you use the default class styling option you may need to encapsulate the content so the quill stylesheet can be applied like this :

```

            {{ myField|raw }}

```

- if you use the inline styling option simply :

```
    {{ myField|raw }}

```

###  Health Score

62

—

FairBetter than 99% of packages

Maintenance98

Actively maintained with recent releases

Popularity46

Moderate usage in the ecosystem

Community19

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

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

Every ~25 days

Recently: every ~8 days

Total

44

Last Release

8d ago

Major Versions

0.2.0 → 1.0.02024-02-10

1.0.1 → 2.0.02024-04-21

2.3.0 → 3.0.02025-07-19

PHP version history (3 changes)0.0.1PHP ^8.1.0

0.1.0PHP ^8.2.0

0.1.1PHP &gt;=8.1.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/20b949075ead003842634930b14d05c29409404dd20e50d8aa427c87ad3e8d40?d=identicon)[Ehyiah](/maintainers/Ehyiah)

---

Top Contributors

[![Ehyiah](https://avatars.githubusercontent.com/u/22179288?v=4)](https://github.com/Ehyiah "Ehyiah (454 commits)")[![bdecarne](https://avatars.githubusercontent.com/u/1277131?v=4)](https://github.com/bdecarne "bdecarne (1 commits)")[![rrenteria-dev](https://avatars.githubusercontent.com/u/717999?v=4)](https://github.com/rrenteria-dev "rrenteria-dev (1 commits)")

---

Tags

quillquill-jssymfonysymfony-bundlesymfony-formtypesymfony-uxsymfony-wysiwygwyswig-editorsymfony-uxwysiwygeasyadminquillquilljssymfony-formsymfony wysiwygsymfony quillsymfony ux bundleeasyadmin wysiwyg

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/ehyiah-ux-quill/health.svg)

```
[![Health](https://phpackages.com/badges/ehyiah-ux-quill/health.svg)](https://phpackages.com/packages/ehyiah-ux-quill)
```

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M387](/packages/easycorp-easyadmin-bundle)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.9M738](/packages/sylius-sylius)[prestashop/prestashop

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

9.1k17.8k](/packages/prestashop-prestashop)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1616.4k13](/packages/2lenet-crudit-bundle)[forumify/forumify-platform

122.0k14](/packages/forumify-forumify-platform)[kimai/kimai

Kimai - Time Tracking

4.8k9.0k1](/packages/kimai-kimai)

PHPackages © 2026

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