PHPackages                             zeixcom/craft-delta - 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. zeixcom/craft-delta

ActiveCraft-plugin[Utility &amp; Helpers](/categories/utility)

zeixcom/craft-delta
===================

Inline revision diffing for Craft CMS — see exactly what changed

1.0.0(2mo ago)016proprietaryPHPPHP &gt;=8.2

Since Mar 4Pushed 2mo agoCompare

[ Source](https://github.com/zeixcom/craft-delta)[ Packagist](https://packagist.org/packages/zeixcom/craft-delta)[ RSS](/packages/zeixcom-craft-delta/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (5)Versions (2)Used By (0)

Craft Delta
===========

[](#craft-delta)

Inline revision diffing for Craft CMS 5. Compare any two revisions, drafts, or the current version of an entry and see exactly what changed — word-level for text, block-level for Matrix, and value-level for everything else.

Requirements
------------

[](#requirements)

- Craft CMS 5.8+
- PHP 8.2+

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

[](#installation)

```
composer require zeixcom/craft-delta
php craft plugin/install craft-delta
```

Features
--------

[](#features)

- **Word-level text diffing** for Plain Text and CKEditor fields
- **Matrix diffing** — added, removed, modified, and reordered blocks
- **Relational field diffing** — Entries, Assets, Categories, Tags, Users
- **Table field diffing** — row and cell-level changes
- **Option field diffing** — Dropdowns, Radios, Checkboxes, Multi-select
- **Scalar diffing** — Numbers, Dates, Lightswitches, Colors, Money, etc.
- **Draft comparison** — compare drafts against revisions or the current version
- **Multisite support** — diffs are site-aware
- **"Changed only" filter** — toggle unchanged fields on/off
- **Diff summary stats** — fields changed, additions/deletions
- **Translations** — English, German, French, Spanish, Italian, Dutch, Portuguese, Polish

Usage
-----

[](#usage)

Open any entry with at least one revision. A **"Compare Revisions"** button appears in the sidebar. Click it to open the diff slideout.

Use the two dropdowns to select which versions to compare — Current, any draft, or any revision. The diff loads automatically when you change the selection.

- Click the **swap** button to reverse the comparison direction
- Toggle **"Changed only"** to hide unchanged fields

Settings
--------

[](#settings)

Configure under **Settings &gt; Plugins &gt; Craft Delta**:

SettingDefaultDescriptionDiff Context Lines3Unchanged lines shown around changesMax Field Length50,000Characters before showing a simplified diffShow Unchanged FieldsOffShow unchanged fields by defaultExtending
---------

[](#extending)

Register custom differs for third-party field types:

```
use zeixcom\craftdelta\services\FieldDiffService;
use zeixcom\craftdelta\events\RegisterDiffersEvent;

Event::on(
    FieldDiffService::class,
    FieldDiffService::EVENT_REGISTER_DIFFERS,
    function (RegisterDiffersEvent $event) {
        $event->differs[\myvendor\fields\MyField::class] = MyFieldDiffer::class;
    }
);
```

Custom differs must implement `zeixcom\craftdelta\differ\DifferInterface`.

Roadmap
-------

[](#roadmap)

Extend the plugin with the most popular third-party field types like NEO, Hyper, etc.

License
-------

[](#license)

Proprietary — see [LICENSE.md](LICENSE.md)

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance86

Actively maintained with recent releases

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity46

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

75d ago

### Community

Maintainers

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

---

Top Contributors

[![fabianhaefliger-alt](https://avatars.githubusercontent.com/u/236398766?v=4)](https://github.com/fabianhaefliger-alt "fabianhaefliger-alt (3 commits)")

---

Tags

diffcmsrevisionCraftcraftcmscraft-plugindelta

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/zeixcom-craft-delta/health.svg)

```
[![Health](https://phpackages.com/badges/zeixcom-craft-delta/health.svg)](https://phpackages.com/packages/zeixcom-craft-delta)
```

###  Alternatives

[verbb/navigation

Create navigation menus for your site.

90683.7k17](/packages/verbb-navigation)[verbb/formie

The most user-friendly forms plugin for Craft.

101372.9k40](/packages/verbb-formie)[verbb/comments

Add comments to your site.

13753.1k](/packages/verbb-comments)[verbb/tablemaker

Create customizable and user-defined table fields.

40168.8k1](/packages/verbb-tablemaker)[supercool/tablemaker

Create customizable and user-defined table fields.

40141.7k](/packages/supercool-tablemaker)[pennebaker/craft-architect

CraftCMS plugin to generate content models from JSON/YAML data.

72148.5k5](/packages/pennebaker-craft-architect)

PHPackages © 2026

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