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.5.0(2mo ago)5868.1k↓13.4%7[2 issues](https://github.com/Ehyiah/ux-quill/issues)[4 PRs](https://github.com/Ehyiah/ux-quill/pulls)2MITTypeScriptPHP &gt;=8.1.0CI passing

Since Jun 24Pushed 1mo 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 1mo ago

READMEChangelog (10)Dependencies (27)Versions (50)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 :

- 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

57

—

FairBetter than 98% of packages

Maintenance87

Actively maintained with recent releases

Popularity45

Moderate usage in the ecosystem

Community16

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 99.7% 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 ~28 days

Recently: every ~20 days

Total

36

Last Release

79d 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 (373 commits)")[![bdecarne](https://avatars.githubusercontent.com/u/1277131?v=4)](https://github.com/bdecarne "bdecarne (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

[sylius/sylius

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

8.4k5.6M651](/packages/sylius-sylius)[symfony/ux-live-component

Live components for Symfony

1635.6M72](/packages/symfony-ux-live-component)[symfony/ux-icons

Renders local and remote SVG icons in your Twig templates.

545.8M69](/packages/symfony-ux-icons)[arkounay/ux-collection

Collection for Symfony forms

4573.4k2](/packages/arkounay-ux-collection)[forumify/forumify-platform

121.8k11](/packages/forumify-forumify-platform)[easycorp/easyadmin-demo

EasyAdmin Demo Application

145.7k](/packages/easycorp-easyadmin-demo)

PHPackages © 2026

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