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

AbandonedArchivedSilverstripe-module[Authentication &amp; Authorization](/categories/authentication)

marketo/silverstripe-relationship-permissions
=============================================

An extension that allows for the definition of relationships to determine permssions through

23.6k1PHP

Since Jun 2Pushed 10y ago8 watchersCompare

[ Source](https://github.com/Marketo/SilverStripe-RelationshipPermissions)[ Packagist](https://packagist.org/packages/marketo/silverstripe-relationship-permissions)[ RSS](/packages/marketo-silverstripe-relationship-permissions/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

SilverStripe Relationship Permission Sources
============================================

[](#silverstripe-relationship-permission-sources)

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

[](#requirements)

- SilverStripe ^3.2

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

[](#installation)

The recommended way to install the module is via composer

```
composer require marketo/silverstripe-relationship-permissions:dev-master

```

If you aren't using composer, pull down the code into its own directory.

Examples
--------

[](#examples)

To add this to a Page object, you can put the following code into your YAML configuration.

```
MyDataObjectType:
  extensions:
    - RelationshipPermissionExtension('RelationshipName')

```

The passed in argument should be the name of the relationship (has\_one, many\_many, etc) to find an object that has the relevant permission.

---

Limitations
-----------

[](#limitations)

If the data object type does *not* make use of the usual *canXXX* extension mechanism, then the extension will have *NO* effect. This extension is best used on data object types that either do not define the *canXXX* set of methods, or call `parent::canXXX`.

Run a `dev/build?flush=1` to flush the config manifests to enable the new configuration.

License
-------

[](#license)

See [License](LICENSE.md)

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

[](#maintainers)

- Marcus Nyeholt

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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://www.gravatar.com/avatar/e22e3bdb69c4e26df2afd309aa0e13d4366b29bf0446db5bba58866f8ab9985c?d=identicon)[nathanbrauer](/maintainers/nathanbrauer)

![](https://avatars.githubusercontent.com/u/681036?v=4)[Brandon Marshall](/maintainers/Brandon32)[@Brandon32](https://github.com/Brandon32)

![](https://avatars.githubusercontent.com/u/22066381?v=4)[Marketing Dev](/maintainers/marketingdev)[@MarketingDev](https://github.com/MarketingDev)

![](https://avatars.githubusercontent.com/u/17607967?v=4)[Jason Slavin](/maintainers/JasonHowellSlavin)[@JasonHowellSlavin](https://github.com/JasonHowellSlavin)

---

Top Contributors

[![nyeholt](https://avatars.githubusercontent.com/u/161730?v=4)](https://github.com/nyeholt "nyeholt (1 commits)")

### Embed Badge

![Health badge](/badges/marketo-silverstripe-relationship-permissions/health.svg)

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

###  Alternatives

[kartik-v/yii2-password

Useful password strength validation utilities for Yii Framework 2.0

761.2M17](/packages/kartik-v-yii2-password)

PHPackages © 2026

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