PHPackages                             sheadawson/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. sheadawson/silverstripe-editlock

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

sheadawson/silverstripe-editlock
================================

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

1.0.1(9y ago)25113.0k↑23.1%11[1 issues](https://github.com/sheadawson/silverstripe-editlock/issues)BSD LicensePHP

Since Mar 7Pushed 8y ago4 watchersCompare

[ Source](https://github.com/sheadawson/silverstripe-editlock)[ Packagist](https://packagist.org/packages/sheadawson/silverstripe-editlock)[ Docs](http://github.com/sheadawson/silverstripe-editlock)[ RSS](/packages/sheadawson-silverstripe-editlock/feed)WikiDiscussions master Synced 1mo 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

40

—

FairBetter than 88% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity43

Moderate usage in the ecosystem

Community18

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

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

3438d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6ca23b453a4fc5ac237ad4fcc512f68fab5c7b124f403cad1a5848b3fffb6aa2?d=identicon)[sheadawson](/maintainers/sheadawson)

---

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)")[![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/sheadawson-silverstripe-editlock/health.svg)

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

###  Alternatives

[silverstripe/silverstripe-omnipay

SilverStripe Omnipay Payment Module

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

PHPackages © 2026

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