PHPackages                             punktde/editconflictprevention - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. punktde/editconflictprevention

ActiveNeos-package[Authentication &amp; Authorization](/categories/authentication)

punktde/editconflictprevention
==============================

Prevents edit conflicts when multiple editors are working on the site by either warn the user or deny editing.

1.1.1(2y ago)1429.7k↑22.2%3[4 issues](https://github.com/punktDe/editconflictprevention/issues)MITPHP

Since Sep 3Pushed 2y ago7 watchersCompare

[ Source](https://github.com/punktDe/editconflictprevention)[ Packagist](https://packagist.org/packages/punktde/editconflictprevention)[ RSS](/packages/punktde-editconflictprevention/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (2)Versions (21)Used By (0)

PunktDe.EditConflictPrevention
==============================

[](#punktdeeditconflictprevention)

[![Build Status](https://camo.githubusercontent.com/ab21d735bbd693b5222482da451638a23ac380f4ac694deadeea93eec5defa16/68747470733a2f2f7472617669732d63692e636f6d2f70756e6b7444652f65646974636f6e666c69637470726576656e74696f6e2e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/punktDe/editconflictprevention) [![Latest Stable Version](https://camo.githubusercontent.com/6578782e29901f369929178e49ca1910cd231716518d448291e5ec78489e7e68/68747470733a2f2f706f7365722e707567782e6f72672f70756e6b7444652f65646974636f6e666c69637470726576656e74696f6e2f762f737461626c65)](https://packagist.org/packages/punktDe/editconflictprevention) [![Total Downloads](https://camo.githubusercontent.com/2f60fa81cc6663e1c7e6a62c0433d485609d6c18529157f4f9018a4cd3ab8369/68747470733a2f2f706f7365722e707567782e6f72672f70756e6b7444652f65646974636f6e666c69637470726576656e74696f6e2f646f776e6c6f616473)](https://packagist.org/packages/punktDe/editconflictprevention) [![License](https://camo.githubusercontent.com/38d4784fba35f31b0d8012b8fdf0bf5c3baeddc674fb35be2cfd59c62320c4e0/68747470733a2f2f706f7365722e707567782e6f72672f70756e6b7444652f65646974636f6e666c69637470726576656e74696f6e2f6c6963656e7365)](https://packagist.org/packages/punktDe/editconflictprevention)

This package helps preventing edit conflicts when several editors are working on content simultaneously.

### Information about changes of the current document in other workspaces

[](#information-about-changes-of-the-current-document-in-other-workspaces)

When changes in other workspaces exist on the same document, a warning is displayed in the upper toolbar.

[![Edit conflict warning](Documentation/ChangesDetectedButton.png)](Documentation/ChangesDetectedButton.png)Clicking that warning opens a modal, showing a list of changed nodes and where they have been changed. Contact information from Neos Party is displayed to make it easier to communicate.

[![Edit conflict details](Documentation/ChangesOverlay.png)](Documentation/ChangesOverlay.png)

### Prevent the editor to do conflicting changes

[](#prevent-the-editor-to-do-conflicting-changes)

There are also privilege targets available which prevents editing a document and all containing content nodes when changes in other workspaces are detected. To prevent an editor from editing such pages, add the following privilege configuration to your `Policy.yaml`

```
roles:
  'Neos.Neos:AbstractEditor':
    privileges:
      -
        privilegeTarget: 'PunktDe.EditConflictPrevention.EditNodeWithChangesInOtherWorkspaces'
        permission: DENY
      -
        privilegeTarget: 'PunktDe.EditConflictPrevention.EditNodePropertiesWithChangesInOtherWorkspaces'
        permission: DENY
```

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

[](#installation)

```
composer require punktde/editconflictprevention
```

Configuration
-------------

[](#configuration)

`excludedDocumentTypes`: List the document types here, that you like to exclude from detecting conflicts.

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance14

Infrequent updates — may be unmaintained

Popularity36

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 79.6% 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 ~68 days

Recently: every ~252 days

Total

20

Last Release

775d ago

Major Versions

0.3.2 → 1.0.02022-07-08

### Community

Maintainers

![](https://www.gravatar.com/avatar/0fad3b9ab04057e586b701aca7a8dbbf9598718114cdfd6bf85dada030f7688e?d=identicon)[punktde](/maintainers/punktde)

---

Top Contributors

[![daniellienert](https://avatars.githubusercontent.com/u/642226?v=4)](https://github.com/daniellienert "daniellienert (43 commits)")[![FahimNsr](https://avatars.githubusercontent.com/u/52664771?v=4)](https://github.com/FahimNsr "FahimNsr (4 commits)")[![andrehoffmann30](https://avatars.githubusercontent.com/u/23524251?v=4)](https://github.com/andrehoffmann30 "andrehoffmann30 (2 commits)")[![gjwnc](https://avatars.githubusercontent.com/u/19683930?v=4)](https://github.com/gjwnc "gjwnc (2 commits)")[![paxuclus](https://avatars.githubusercontent.com/u/15905038?v=4)](https://github.com/paxuclus "paxuclus (2 commits)")[![c4ll-m3-j4ck](https://avatars.githubusercontent.com/u/7119811?v=4)](https://github.com/c4ll-m3-j4ck "c4ll-m3-j4ck (1 commits)")

---

Tags

editorsneoscmsworkspaces

### Embed Badge

![Health badge](/badges/punktde-editconflictprevention/health.svg)

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

###  Alternatives

[illuminate/auth

The Illuminate Auth package.

9327.3M1.0k](/packages/illuminate-auth)[beatswitch/lock

A flexible, driver based Acl package for PHP 5.4+

870304.7k2](/packages/beatswitch-lock)[amocrm/amocrm-api-library

amoCRM API Client

182728.5k6](/packages/amocrm-amocrm-api-library)[neos/neos-base-distribution

Neos Base Distribution

4464.9k](/packages/neos-neos-base-distribution)[flowpack/neos-frontendlogin

Neos plugin demonstrating a simple frontend login

22222.5k1](/packages/flowpack-neos-frontendlogin)[flowpack/media-ui

This module allows managing media assets including pictures, videos, audio and documents.

2184.5k2](/packages/flowpack-media-ui)

PHPackages © 2026

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