PHPackages                             piwind/flarum-quiet-edits - 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. piwind/flarum-quiet-edits

ActiveFlarum-extension[Utility &amp; Helpers](/categories/utility)

piwind/flarum-quiet-edits
=========================

Do not mark posts as Edited based on some conditions.

00PHP

Since May 28Pushed 1y agoCompare

[ Source](https://github.com/piwind/flarum-quiet-edits)[ Packagist](https://packagist.org/packages/piwind/flarum-quiet-edits)[ RSS](/packages/piwind-flarum-quiet-edits/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Quiet Edits for Flarum
======================

[](#quiet-edits-for-flarum)

[![MIT license](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](https://github.com/piwind/flarum-quiet-edits/blob/master/LICENSE) [![Latest Stable Version](https://camo.githubusercontent.com/f92d56221ec874ee8ca6be846027d9bf3875d9035d15ebfaa009ce7de990920e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f706977696e642f666c6172756d2d71756965742d65646974732e737667)](https://packagist.org/packages/piwind/flarum-quiet-edits) [![Total Downloads](https://camo.githubusercontent.com/caa80b255e38a90062014ed4097a8ffed98a0a5c182989b64f571cccd583bb00/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f706977696e642f666c6172756d2d71756965742d65646974732e737667)](https://packagist.org/packages/piwind/flarum-quiet-edits)

这个插件是为了扩展 [piwind/flarum-diff](https://github.com/piwind/flarum-diff) 的功能，使得在一定条件下（短间隔时间、仅大小写、仅空格差异）的编辑帖子动作不会产生编辑记录。

About This Fork
---------------

[](#about-this-fork)

就改了个名字，暂时别用。

Features
--------

[](#features)

Edits made within the grace period immediately after posting will not be considered as formal edits. You can also ignore whitespace and case differences independently from the grace period.

- And again, it's based on @jfcherng's [diff](https://github.com/jfcherng/php-diff) repository.
- It raises new events for developers, called `PostWasRevisedQuietly` &amp; `PostWasRevisedLoudly`

[![Settings](https://camo.githubusercontent.com/01c61a1f170a0e4e995a897b34a00d5a5e27cae59c308c3701d1e92c6326e060/68747470733a2f2f692e696d6775722e636f6d2f4d5a4e716d43522e706e67)](https://camo.githubusercontent.com/01c61a1f170a0e4e995a897b34a00d5a5e27cae59c308c3701d1e92c6326e060/68747470733a2f2f692e696d6775722e636f6d2f4d5a4e716d43522e706e67)

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

[](#requirements)

[![php](https://camo.githubusercontent.com/7fc1f1fc7fa04130387fbd0768054c26f15f421e337546a2ed4a58a433ff84de/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253545372e312e332d626c75653f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/7fc1f1fc7fa04130387fbd0768054c26f15f421e337546a2ed4a58a433ff84de/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253545372e312e332d626c75653f7374796c653d666c61742d737175617265) [![ext-iconv](https://camo.githubusercontent.com/9b62dc2b788d4a71cbbcf8abdfac07be8d19a76f19394e4c1dce5551a827b49f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6578742d69636f6e762d627269676874677265656e3f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/9b62dc2b788d4a71cbbcf8abdfac07be8d19a76f19394e4c1dce5551a827b49f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6578742d69636f6e762d627269676874677265656e3f7374796c653d666c61742d737175617265)

You can check your php version by running `php -v` and check if `iconv` is installed by running `php --ri iconv` (which should display `iconv support => enabled`).

Installation &amp; Updating
---------------------------

[](#installation--updating)

Install with composer:

```
composer require piwind/flarum-quiet-edits
```

Updating:

```
composer update piwind/flarum-quiet-edits
php flarum cache:clear
```

Usage
-----

[](#usage)

Enable the extension. The grace period is 120 seconds, whitespace and case differences will be ignored by default.

Links
-----

[](#links)

- [Source code on GitHub](https://github.com/piwind/flarum-quiet-edits)
- [Report an issue](https://github.com/piwind/flarum-quiet-edits/issues)
- [Download via Packagist](https://packagist.org/packages/piwind/flarum-quiet-edits)

###  Health Score

14

—

LowBetter than 1% of packages

Maintenance35

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity15

Early-stage or recently created project

 Bus Factor1

Top contributor holds 54.5% 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/45837397?v=4)[piwind](/maintainers/piwind)[@piwind](https://github.com/piwind)

---

Top Contributors

[![piwind](https://avatars.githubusercontent.com/u/45837397?v=4)](https://github.com/piwind "piwind (6 commits)")[![hasan-ozbey](https://avatars.githubusercontent.com/u/48382593?v=4)](https://github.com/hasan-ozbey "hasan-ozbey (5 commits)")

### Embed Badge

![Health badge](/badges/piwind-flarum-quiet-edits/health.svg)

```
[![Health](https://phpackages.com/badges/piwind-flarum-quiet-edits/health.svg)](https://phpackages.com/packages/piwind-flarum-quiet-edits)
```

###  Alternatives

[chelout/laravel-relationship-events

Missing relationship events for Laravel

5272.5M17](/packages/chelout-laravel-relationship-events)[sroze/kubernetes-client

123.1k](/packages/sroze-kubernetes-client)

PHPackages © 2026

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