PHPackages                             marketo/silverstripe-default-members - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. marketo/silverstripe-default-members

AbandonedArchivedSilverstripe-module[Utility &amp; Helpers](/categories/utility)

marketo/silverstripe-default-members
====================================

Default Members for SilverStripe

44.8k1PHP

Since Sep 19Pushed 8y ago5 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

SilverStripe-Default-Members
============================

[](#silverstripe-default-members)

=======

A module for maintaining a set of default members in your SilverStripe instance
===============================================================================

[](#a-module-for-maintaining-a-set-of-default-members-in-your-silverstripe-instance)

Maintainer Contact
------------------

[](#maintainer-contact)

Nathan J. Brauer

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

[](#requirements)

- SilverStripe 3
- PHP 5.4+

Setup
-----

[](#setup)

Add your list of default members in the following format to a `_config` yaml file. You can do this in `mysite` for each individual SilverStripe instance.

If you are managing a large set of SilverStripe instances, you may consider creating a "config-only" SilverStripe module which you pull in through composer across every site.

```
DefaultMembers:
  admins:
    -
        Email: someone@example.com
        FirstName: Someone
        Surname: Awesome
    -
        Email: nathan@marketera.com
        FirstName: Nathan
        Surname: Brauer
    -
        Email: another@example.com
        FirstName: Amazing
        Surname: Example
  delete:
    - mundane@example.com
    - boring@example.com

```

Composer Installation
---------------------

[](#composer-installation)

Then run the following in the command line:

`composer require marketo/silverstripe-default-members`

TODO
----

[](#todo)

- Unit tests
- Customization options (user groups, additional fields, etc)

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

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

[![nathanbrauer](https://avatars.githubusercontent.com/u/323945?v=4)](https://github.com/nathanbrauer "nathanbrauer (3 commits)")[![Brandon32](https://avatars.githubusercontent.com/u/681036?v=4)](https://github.com/Brandon32 "Brandon32 (2 commits)")

### Embed Badge

![Health badge](/badges/marketo-silverstripe-default-members/health.svg)

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

PHPackages © 2026

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