PHPackages                             salted-herring/silverstripe-standard-permissions - 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. salted-herring/silverstripe-standard-permissions

ActiveSilverstripe-module

salted-herring/silverstripe-standard-permissions
================================================

Standard permissions module for SilverStripe CMS

2.0.0(8y ago)11.7k4[1 issues](https://github.com/salted-herring/silverstripe-standard-permissions/issues)1MITPHP

Since Apr 8Pushed 8y ago1 watchersCompare

[ Source](https://github.com/salted-herring/silverstripe-standard-permissions)[ Packagist](https://packagist.org/packages/salted-herring/silverstripe-standard-permissions)[ Docs](https://github.com/salted-herring/silverstripe-standard-permissions)[ RSS](/packages/salted-herring-silverstripe-standard-permissions/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (2)Dependencies (2)Versions (3)Used By (1)

silverstripe-standard-permissions
=================================

[](#silverstripe-standard-permissions)

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/68a6ed22898e19447e1c73a068eafeccade089ebba25c8d60570a7073a9f3114/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f73616c7465642d68657272696e672f73696c7665727374726970652d7374616e646172642d7065726d697373696f6e732f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/salted-herring/silverstripe-standard-permissions/?branch=master) [![Build Status](https://camo.githubusercontent.com/2a6d69fd9650e656af613bda641e5ac6b6881cd0994992f43f9bb831e8b120f3/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f73616c7465642d68657272696e672f73696c7665727374726970652d7374616e646172642d7065726d697373696f6e732f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/salted-herring/silverstripe-standard-permissions/build-status/master)

Implements Silverstripe's standard permissions (canCreate, canEdit, canDelete, and canView)

Install
-------

[](#install)

The module can be installed via composer:

```
composer require salted-herring/silverstripe-standard-permissions
```

Usage
-----

[](#usage)

Any object that needs to use permissions, should do two things:

1. Setup the yaml configuration to provide the permissions:

```
PublishProvider:
  classes:
    - Page
```

2. The class you're using should also extend `PublishProvider`:

```
class Page {
  ...
  private static $extensions = [
    'PublishProvider'
  ];
  ...
}
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 50% 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 ~733 days

Total

2

Last Release

2954d ago

Major Versions

1.0.0 → 2.0.02018-04-11

### Community

Maintainers

![](https://www.gravatar.com/avatar/0395e460ef8e7579fc3f6e426d16bd0fed2b54de4ef5611d49494b0d6ee240be?d=identicon)[leochenftw](/maintainers/leochenftw)

![](https://www.gravatar.com/avatar/540bb83cb25750c18552987570b71946aebb4a1b3d6fe1c11e60ddcccda4fe17?d=identicon)[saltedherring](/maintainers/saltedherring)

---

Top Contributors

[![leochenftw](https://avatars.githubusercontent.com/u/8662044?v=4)](https://github.com/leochenftw "leochenftw (3 commits)")[![simonwinter](https://avatars.githubusercontent.com/u/1104537?v=4)](https://github.com/simonwinter "simonwinter (2 commits)")[![spekulatius](https://avatars.githubusercontent.com/u/8433587?v=4)](https://github.com/spekulatius "spekulatius (1 commits)")

---

Tags

silverstripepermission

### Embed Badge

![Health badge](/badges/salted-herring-silverstripe-standard-permissions/health.svg)

```
[![Health](https://phpackages.com/badges/salted-herring-silverstripe-standard-permissions/health.svg)](https://phpackages.com/packages/salted-herring-silverstripe-standard-permissions)
```

###  Alternatives

[silverstripe-terraformers/gridfield-rich-filter-header

Rich filter header component for GridField

1325.7k1](/packages/silverstripe-terraformers-gridfield-rich-filter-header)

PHPackages © 2026

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