PHPackages                             chitosystems/silverstripe-editlock - 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. [Payment Processing](/categories/payments)
4. /
5. chitosystems/silverstripe-editlock

ActiveSilverstripe-module[Payment Processing](/categories/payments)

chitosystems/silverstripe-editlock
==================================

Prevents a CMS user from editing a record that another CMS user is currently editing

1.0.1(9y ago)02BSD LicensePHP

Since Mar 7Pushed 4y agoCompare

[ Source](https://github.com/chitosystems/silverstripe-editlock)[ Packagist](https://packagist.org/packages/chitosystems/silverstripe-editlock)[ Docs](http://github.com/sheadawson/silverstripe-editlock)[ RSS](/packages/chitosystems-silverstripe-editlock/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (2)Versions (4)Used By (0)

SilverStripe Edit Lock
======================

[](#silverstripe-edit-lock)

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

[](#requirements)

- SilverStripe ~3.1

Maintainers
-----------

[](#maintainers)

-

Description
-----------

[](#description)

Prevents a CMS user from editing a record that another CMS user is currently editing, to avoid change conflicts/data loss.

[![Screenshot](https://camo.githubusercontent.com/b816a7b599d730e012949f0c326c5559ab5aabcab388edccb4f0185dbc1502c5/68747470733a2f2f7261772e6769746875622e636f6d2f73686561646177736f6e2f73696c7665727374726970652d656469746c6f636b2f6d61737465722f696d616765732f73637265656e73686f742e706e67)](https://camo.githubusercontent.com/b816a7b599d730e012949f0c326c5559ab5aabcab388edccb4f0185dbc1502c5/68747470733a2f2f7261772e6769746875622e636f6d2f73686561646177736f6e2f73696c7665727374726970652d656469746c6f636b2f6d61737465722f696d616765732f73637265656e73686f742e706e67)

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

[](#installation)

Download this module into the root of your project. The module folder must be named "editlock". Run dev/build.

```
Composer: require "sheadawson/silverstripe-editlock": "1.0.x"

```

Usage
-----

[](#usage)

The module will take effect on any DataObject's standard CMS edit form out of the box. A locked object will display a readonly version of the edit form and a message explaining why it's locked and who is editing it. Editing will be re-enabled a maximum of 15 seconds after the original editor has navigated away from the edit form.

If you need to restrict locking to only specific data classes, you can specify these in your yml config as below.

```
EditLockControllerExtension:
  lockedClasses:
    - 'BlogPost'
    - 'Article'

```

Edit anyway override
--------------------

[](#edit-anyway-override)

Users with the "edit anyway" permission are given the option to override the lock and edit the record anyway, after being made aware of the risks. This permission can be applied to user groups in the Security section of the CMS.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity65

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~509 days

Total

3

Last Release

3428d ago

### Community

Maintainers

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

---

Top Contributors

[![sheadawson](https://avatars.githubusercontent.com/u/1166136?v=4)](https://github.com/sheadawson "sheadawson (12 commits)")[![intwebg](https://avatars.githubusercontent.com/u/8285818?v=4)](https://github.com/intwebg "intwebg (3 commits)")[![patjnr](https://avatars.githubusercontent.com/u/435055?v=4)](https://github.com/patjnr "patjnr (3 commits)")[![mylesthedev](https://avatars.githubusercontent.com/u/909749?v=4)](https://github.com/mylesthedev "mylesthedev (2 commits)")[![icecaster](https://avatars.githubusercontent.com/u/556788?v=4)](https://github.com/icecaster "icecaster (1 commits)")[![nyeholt](https://avatars.githubusercontent.com/u/161730?v=4)](https://github.com/nyeholt "nyeholt (1 commits)")

---

Tags

silverstripecheckoutlockedit

### Embed Badge

![Health badge](/badges/chitosystems-silverstripe-editlock/health.svg)

```
[![Health](https://phpackages.com/badges/chitosystems-silverstripe-editlock/health.svg)](https://phpackages.com/packages/chitosystems-silverstripe-editlock)
```

###  Alternatives

[sheadawson/silverstripe-editlock

Prevents a CMS user from editing a record that another CMS user is currently editing

25113.0k](/packages/sheadawson-silverstripe-editlock)[silverstripe/silverstripe-omnipay

SilverStripe Omnipay Payment Module

38106.0k15](/packages/silverstripe-silverstripe-omnipay)

PHPackages © 2026

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