PHPackages                             williamvenner/quill-to-plaintext - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. williamvenner/quill-to-plaintext

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

williamvenner/quill-to-plaintext
================================

Converts a Quill Delta to plaintext - doesn't depend on Quill!

1.0.0(7y ago)0331MITPHPPHP &gt;= 5.5

Since Nov 14Pushed 7y ago1 watchersCompare

[ Source](https://github.com/WilliamVenner/quill-to-plaintext-php)[ Packagist](https://packagist.org/packages/williamvenner/quill-to-plaintext)[ Docs](https://github.com/WilliamVenner/quill-to-plaintext-php)[ RSS](/packages/williamvenner-quill-to-plaintext/feed)WikiDiscussions master Synced today

READMEChangelog (1)DependenciesVersions (2)Used By (0)

[![Latest Stable Version](https://camo.githubusercontent.com/32c900a4160fbc0146e8ff8321b77761561e6cae935da35e411d3c834de57cc4/68747470733a2f2f706f7365722e707567782e6f72672f77696c6c69616d76656e6e65722f7175696c6c2d746f2d706c61696e746578742f76657273696f6e2e737667)](https://packagist.org/packages/williamvenner/quill-to-plaintext)

quill-to-plaintext
------------------

[](#quill-to-plaintext)

[NodeJS/JavaScript Version](https://github.com/WilliamVenner/quill-to-plaintext-js)

Converts a Quill Delta to plaintext. It will ignore any non-insert operations.

You can either supply the JSON for a Quill Delta, or a Quill Delta object itself.

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

[](#installation)

Using composer:

```
$ composer require williamvenner/quill-to-plaintext
```

How to use
----------

[](#how-to-use)

```
use WilliamVenner\QuillToPlaintext;

QuillToPlaintext::Convert('{"ops":[{"insert":"Fixed problem with core files."}]}');
// => Fixed problem with core files.

$quill_delta = json_decode('{"ops":[{"insert":"Fixed problem with core files."}]}'); // this is emulating creating an actual Quill Delta object
QuillToPlaintext::Convert($quill_delta);
// => Fixed problem with core files.
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

2736d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/971ac4f5273c10cf4a274af535a7fab4a264e1b762b3d70af55adffa577311dd?d=identicon)[williamvenner](/maintainers/williamvenner)

---

Top Contributors

[![WilliamVenner](https://avatars.githubusercontent.com/u/14863743?v=4)](https://github.com/WilliamVenner "WilliamVenner (7 commits)")

---

Tags

converttextdeltaquillplaintextPlain

### Embed Badge

![Health badge](/badges/williamvenner-quill-to-plaintext/health.svg)

```
[![Health](https://phpackages.com/badges/williamvenner-quill-to-plaintext/health.svg)](https://phpackages.com/packages/williamvenner-quill-to-plaintext)
```

###  Alternatives

[froala/wysiwyg-editor

A beautiful jQuery WYSIWYG HTML rich text editor. High performance and modern design make it easy to use for developers and loved by users.

5.4k306.9k3](/packages/froala-wysiwyg-editor)[akaunting/laravel-money

Currency formatting and conversion package for Laravel

7825.3M18](/packages/akaunting-laravel-money)[ckeditor/ckeditor

JavaScript WYSIWYG web text editor.

5234.2M76](/packages/ckeditor-ckeditor)[iamcal/php-emoji

This is a PHP library for dealing with Emoji, allowing you to convert between various native formats and displaying them using HTML.

1.3k481.1k](/packages/iamcal-php-emoji)[tinymce/tinymce

Web based JavaScript HTML WYSIWYG editor control.

1697.5M106](/packages/tinymce-tinymce)[gabrielelana/byte-units

Library to parse, format and convert byte units

1672.2M19](/packages/gabrielelana-byte-units)

PHPackages © 2026

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