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. marketo/silverstripe-relationship-permissions

AbandonedArchivedSilverstripe-module

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

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

23.6k1PHP

Since Jun 2Pushed 9y ago17 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 2mo 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

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community15

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://www.gravatar.com/avatar/e46beda254b24c7c4f4a3540e7ed754d1bb3c6b7f1474b844fb72497e959f279?d=identicon)[Brandon32](/maintainers/Brandon32)

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

![](https://www.gravatar.com/avatar/46d6ab6e7829e92dd3b7424703a8cacd1025a9ad09974db02e5d17fade51fae7?d=identicon)[JasonHowellSlavin](/maintainers/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)
```

PHPackages © 2026

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