PHPackages                             creative/quilljs-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. creative/quilljs-bundle

ActiveLibrary[Templating &amp; Views](/categories/templating)

creative/quilljs-bundle
=======================

Symfony bundle for form type with Quill WYSIWYG

1.0.4(5y ago)04501MITPHPPHP &gt;=7.4.5

Since May 1Pushed 5y ago1 watchersCompare

[ Source](https://github.com/crtweb/quilljs-bundle)[ Packagist](https://packagist.org/packages/creative/quilljs-bundle)[ RSS](/packages/creative-quilljs-bundle/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (1)Dependencies (13)Versions (7)Used By (0)

Bundle for use QuillJS WYSIWYG-editor in Symfony form
=====================================================

[](#bundle-for-use-quilljs-wysiwyg-editor-in-symfony-form)

[QuillJS](https://quilljs.com) is a modern and powerful rich text editor. This bundle allows you to use this editor in Symfony form textarea field.

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

[](#installation)

### Symfony flex

[](#symfony-flex)

> coming soon

### Direct way

[](#direct-way)

- install package `composer require creative/quilljs-bundle`
- add a bundle to you `config/bundles.php`: ```
    return [
      // another bundles
      CreativeQuillJs\QuillJsBundle::class => ['all' => true],
    ];
    ```
- place a configuration file (see below) to you `config/packages`

Configuration reference
-----------------------

[](#configuration-reference)

```
creative_quill_js:
  enabled: true
  theme: ~                # remove this string to use default 'snow' theme
  quill_js_source: ~      # remove this string to use js from CDN (https://cdn.quilljs.com/1.3.6/quill.js)
  quill_css_source: ~     # remove this string to use css from CDN (https://cdn.quilljs.com/1.3.6/quill.snow.css)
  upload_route: ~         # if you have override Quill to upload files (I mean, to not place images as base64 to text), set your route to upload files here. You can set the application route name or absolute url to this parameter (if you using CDN for images)
  upload_route_parameters:
    type: 'image'         # any parameters to upload route
  toolbar_options:        # QuillJS toolbar configuration (https://quilljs.com/docs/modules/toolbar/)
    - ['bold', 'italic', 'underline', 'strike']
    - ['blockquote', 'code-block']
    - [{'header': [2, 3, false]}]
    - [{'list': 'ordered'}, {'list': 'bullet'}]
    - [{'script': 'sub'}, {'script': 'super'}]
    - [{'indent': '-1'}, {'indent': '+1'}]
    - [{'direction': 'rtl'}]
    - [{'size': ['small', false, 'large', 'huge']}]
    - ['link', 'image', 'video']
    - ['clean']
    - [{'color': [], 'background': []}]
    - [{'font': []}]
    - [{'align': []}]
```

### Attention

[](#attention)

If you want to use your own QuillJS instance (and source of it already loaded to page), set config parameters `quill_js_source` and `quill_css_source` to `null`. The template calls `const quill = new Quill` in JS block, and if `quill_js_source` and `quill_css_source` are nulls, it not tries to load assets with css/js.

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

[](#contributing)

Feel free to use this code, modify it, give it, sale it and do with it whatever you want.

Testing
-------

[](#testing)

```
composer install
vendor/bin/phpunit
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~54 days

Recently: every ~67 days

Total

6

Last Release

1938d ago

Major Versions

v0.0.1 → 1.0.42021-01-27

### Community

Maintainers

![](https://www.gravatar.com/avatar/de3029a42f4492f8c900a0ce2f2a05275471040c885b73750e9c7adda08a6019?d=identicon)[andrew72ru](/maintainers/andrew72ru)

---

Top Contributors

[![andrew72ru](https://avatars.githubusercontent.com/u/567649?v=4)](https://github.com/andrew72ru "andrew72ru (1 commits)")

---

Tags

quilljsquilljs-bundlesymfonysymfony-bundle

###  Code Quality

TestsPHPUnit

Static AnalysisPsalm

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/creative-quilljs-bundle/health.svg)

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

###  Alternatives

[sylius/sylius

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

8.4k5.6M651](/packages/sylius-sylius)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k16.7M310](/packages/easycorp-easyadmin-bundle)[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)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)

PHPackages © 2026

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