PHPackages                             level51/more-admins - 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. [Admin Panels](/categories/admin)
4. /
5. level51/more-admins

ActiveSilverstripe-module[Admin Panels](/categories/admin)

level51/more-admins
===================

A small SilverStripe module for adding multiple default admins through environment config. Comes handy for dev teams!

0361PHP

Since Oct 22Pushed 10y ago2 watchersCompare

[ Source](https://github.com/Level51/silverstripe-more-admins)[ Packagist](https://packagist.org/packages/level51/more-admins)[ RSS](/packages/level51-more-admins/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Maintainer
----------

[](#maintainer)

- Julian Scheuchenzuber

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

[](#installation)

```
composer require level51/more-admins

```

If you don't like composer you can just download and unpack it to **more-admins/** under the root of your SilverStripe project.

Setup
-----

[](#setup)

1. Install the module properly
2. Extend your **\_ss\_environment.php** file with multiple admin credentials, e.g.:

```
global $_DEFAULT_ADMINS;
$_DEFAULT_ADMINS['root@root.de'] = 'root';
$_DEFAULT_ADMINS['test@test.de'] = 'mypw1';
```

Do a *dev/build?flush=all* and you are done!

Notes
-----

[](#notes)

If your are using this module you do not need to specify a default admin the default way via `Security::setDefaultAdmin()` or the constants `SS_DEFAULT_ADMIN_USERNAME` and `SS_DEFAULT_ADMIN_PASSWORD` since the module will use the first entry in the `$_DEFAULT_ADMINS` array if there is no default admin, yet.

If you want to use it with basic auth you can specify the realm message in the prompt via the config API:

```
MoreAdminsBasicAuth:
  default_realm: 'This site is protected. You need to enter admin credentials.'
```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

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/441f0e8f95c17048417a33f37e35d5ffdd4c07902cbedaf7f5786f4b7c454284?d=identicon)[JZubero](/maintainers/JZubero)

---

Top Contributors

[![JZubero](https://avatars.githubusercontent.com/u/13751426?v=4)](https://github.com/JZubero "JZubero (3 commits)")

### Embed Badge

![Health badge](/badges/level51-more-admins/health.svg)

```
[![Health](https://phpackages.com/badges/level51-more-admins/health.svg)](https://phpackages.com/packages/level51-more-admins)
```

###  Alternatives

[jeroennoten/laravel-adminlte

Easy AdminLTE integration with Laravel

4.0k4.8M43](/packages/jeroennoten-laravel-adminlte)[dmstr/yii2-adminlte-asset

AdminLTE backend theme asset bundle for Yii 2.0 Framework

1.1k1.8M67](/packages/dmstr-yii2-adminlte-asset)[dwij/laraadmin

LaraAdmin is a Open source Laravel Admin Panel / CMS which can be used as Admin Backend, Data Management Tool or CRM boilerplate for Laravel with features like CRUD Generation, Module Manager, Media, Menus, Backups and much more

1.6k68.7k](/packages/dwij-laraadmin)[filament/spatie-laravel-media-library-plugin

Filament support for `spatie/laravel-medialibrary`.

1764.8M125](/packages/filament-spatie-laravel-media-library-plugin)[bezhansalleh/filament-exceptions

A Simple &amp; Beautiful Pluggable Exception Viewer for FilamentPHP's Admin Panel

193195.9k13](/packages/bezhansalleh-filament-exceptions)[filament/infolists

Easily add beautiful read-only infolists to any Livewire component.

1220.8M36](/packages/filament-infolists)

PHPackages © 2026

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