PHPackages                             everyday/commonquill - 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. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. everyday/commonquill

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

everyday/commonquill
====================

PHP Markdown to Quill Delta parser based on the CommonMark spec

0.1.5(4y ago)31.0k—0%PHPPHP &gt;=8.0CI failing

Since Feb 26Pushed 4y ago4 watchersCompare

[ Source](https://github.com/everyday-as/common-quill)[ Packagist](https://packagist.org/packages/everyday/commonquill)[ Docs](https://github.com/Everyday-AS/common-quill)[ RSS](/packages/everyday-commonquill/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (6)Dependencies (7)Versions (7)Used By (0)

everyday/commonquill
====================

[](#everydaycommonquill)

[![Tests](https://github.com/everyday-as/common-quill/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/everyday-as/common-quill/actions/workflows/test.yml/badge.svg?branch=master)[![StyleCI](https://camo.githubusercontent.com/d90ff4f4dc1a25dd8b54a425bbd4fe3ac77724f3696e44d5166e307f516d0b0c/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3137323635383538382f736869656c643f6272616e63683d6d6173746572)](https://github.styleci.io/repos/172658588)[![codecov](https://camo.githubusercontent.com/52d4cf177c66363ed4d410eb372780075cf78cf4b7944003972b4a2b5da381f4/68747470733a2f2f636f6465636f762e696f2f67682f45766572796461792d41532f636f6d6d6f6e2d7175696c6c2f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/Everyday-AS/common-quill)

**everyday/commonquill** is a PHP-based Markdown to Quill parser created by [Everyday](https://everyday.no) which supports the full \[CommonMark\] spec. **everyday/commonquill** depends on [league/commonmark](https://github.com/thephpleague/commonmark/)'s brilliant AST implementation.

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

[](#installation)

This project can be installed via \[Composer\]:

```
$ composer require everyday/commonquill
```

Basic Usage
-----------

[](#basic-usage)

The `QuillConverter` class provides a simple wrapper for converting CommonMark to Quill Deltas:

```
use Everyday\CommonQuill\QuillConverter;

$converter = new QuillConverter();
echo json_encode($converter->convertToQuill('# Hello World!'));

// {"ops":[{"insert":"Hello World!"},{"insert":"\n","attributes":{"header":1}}]}
```

Advanced Usage &amp; Customization
----------------------------------

[](#advanced-usage--customization)

Please refer to [thephpleague/commonmark](https://github.com/thephpleague/commonmark/blob/master/README.md)'s docs for more information.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 57.4% 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 ~218 days

Recently: every ~245 days

Total

6

Last Release

1536d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1b1a9a39f540b62d115b157a36eb3ebeb32274e5f287df35a4a19e873bf09385?d=identicon)[J0sh0nat0r](/maintainers/J0sh0nat0r)

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

---

Top Contributors

[![J0sh0nat0r](https://avatars.githubusercontent.com/u/16763483?v=4)](https://github.com/J0sh0nat0r "J0sh0nat0r (27 commits)")[![TheodoorP](https://avatars.githubusercontent.com/u/17050455?v=4)](https://github.com/TheodoorP "TheodoorP (10 commits)")[![Marcuzz](https://avatars.githubusercontent.com/u/3168421?v=4)](https://github.com/Marcuzz "Marcuzz (9 commits)")[![StyleCIBot](https://avatars.githubusercontent.com/u/11048387?v=4)](https://github.com/StyleCIBot "StyleCIBot (1 commits)")

---

Tags

markdowncommonmarkdeltaquill

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/everyday-commonquill/health.svg)

```
[![Health](https://phpackages.com/badges/everyday-commonquill/health.svg)](https://phpackages.com/packages/everyday-commonquill)
```

###  Alternatives

[torchlight/torchlight-commonmark

A Commonmark extension for Torchlight, the syntax highlighting API.

29256.6k6](/packages/torchlight-torchlight-commonmark)[zoon/commonmark-ext-youtube-iframe

Extension for league/commonmark to replace youtube link with iframe

12275.9k1](/packages/zoon-commonmark-ext-youtube-iframe)

PHPackages © 2026

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