PHPackages                             nicolassing/quill-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. nicolassing/quill-bundle

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

nicolassing/quill-bundle
========================

A Symfony bundle that integrates Quill as a drop-in replacement for textarea Symfony form.

v1.3(3y ago)1013.0k↓50%5MITPHPPHP &gt;=7.1.3

Since Feb 20Pushed 3y ago2 watchersCompare

[ Source](https://github.com/nicolassing/NicolassingQuillBundle)[ Packagist](https://packagist.org/packages/nicolassing/quill-bundle)[ RSS](/packages/nicolassing-quill-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (10)Versions (5)Used By (0)

NicolassingQuillBundle
======================

[](#nicolassingquillbundle)

[![Latest Stable Version](https://camo.githubusercontent.com/e66834be5be62e4783c93c002de28b94b3f2dfd32632ae859eaf7dc3cde56077/68747470733a2f2f706f7365722e707567782e6f72672f6e69636f6c617373696e672f7175696c6c2d62756e646c652f762f737461626c65)](https://packagist.org/packages/nicolassing/quill-bundle)[![License](https://camo.githubusercontent.com/34c1434d6173d7609af29e297e0a3f5085c4281d2853c7a04093eed5bbcbd47d/68747470733a2f2f706f7365722e707567782e6f72672f6e69636f6c617373696e672f7175696c6c2d62756e646c652f6c6963656e7365)](https://packagist.org/packages/nicolassing/quill-bundle)[![Build Status](https://camo.githubusercontent.com/904679ccbd4af09a6ddaddc216704728a62bfabd9a2090cc393f26f34c94a42c/68747470733a2f2f7472617669732d63692e6f72672f6e69636f6c617373696e672f4e69636f6c617373696e675175696c6c42756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/nicolassing/NicolassingQuillBundle)

This bundle integrate [quilljs](https://quilljs.com/docs) in your Symfony project.

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

[](#installation)

Add the `nicolassing/quill-bundle` package to your `require` section in the `composer.json` file.

```
$ composer require nicolassing/quill-bundle
```

Usage
-----

[](#usage)

Configure `quill` client(s) in your `config/packages/nicolassing_quill.yaml`:

```
nicolassing_quill:
    theme: snow
    height: 10rem
```

There is 2 themes available

- snow (default)
- bubble

Add a quill widget into your form

```
namespace App\Form\Type;

use Symfony\Component\Form\AbstractType;
use Nicolassing\QuillBundle\Form\Type\QuillType;
use Symfony\Component\Form\FormBuilderInterface;

class FooType extends AbstractType
{
    public function buildForm(FormBuilderInterface $builder, array $options)
    {
        $builder
            ->add('bar', QuillType::class)
        ;
    }
}
```

Add javascript and stylesheet in your twig template

```

{{ form_row(form.bar) }}

```

Contributing
------------

[](#contributing)

Before submitting a Pull Request please check all tests pass

```
vendor/bin/php-cs-fixer fix .
vendor/bin/simple-phpunit

```

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity33

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 88% 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 ~347 days

Total

4

Last Release

1229d ago

PHP version history (3 changes)v1.0PHP ^7.1.3

v1.2PHP ^7.1.3|^8.0

v1.3PHP &gt;=7.1.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/1516859ee95e67bad1c4210d8b4ac380d41fd4c7025cb1db490b6b1ccc9213d9?d=identicon)[nicolassing](/maintainers/nicolassing)

---

Top Contributors

[![nicolassing](https://avatars.githubusercontent.com/u/619752?v=4)](https://github.com/nicolassing "nicolassing (22 commits)")[![DavidFeller](https://avatars.githubusercontent.com/u/2094727?v=4)](https://github.com/DavidFeller "DavidFeller (2 commits)")[![krkxone](https://avatars.githubusercontent.com/u/10206775?v=4)](https://github.com/krkxone "krkxone (1 commits)")

---

Tags

quillrich-text-editorsymfonysymfony-bundlesymfonyrtequill

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/nicolassing-quill-bundle/health.svg)

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

###  Alternatives

[sylius/sylius

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

8.4k5.6M650](/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.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)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[lexik/translation-bundle

This bundle allows to import translation files content into the database and provide a GUI to edit translations.

4362.7M19](/packages/lexik-translation-bundle)[artgris/filemanager-bundle

FileManager is a simple Multilingual File Manager Bundle for Symfony

182420.8k9](/packages/artgris-filemanager-bundle)

PHPackages © 2026

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