PHPackages                             silverorange/admin - 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. [Framework](/categories/framework)
4. /
5. silverorange/admin

ActiveLibrary[Framework](/categories/framework)

silverorange/admin
==================

Framework for backend admin website.

7.0.4(3mo ago)21↑2900%13[3 issues](https://github.com/silverorange/admin/issues)[1 PRs](https://github.com/silverorange/admin/pulls)1LGPL-2.1PHPPHP &gt;=8.2.0

Since Apr 28Pushed 3mo ago14 watchersCompare

[ Source](https://github.com/silverorange/admin)[ Packagist](https://packagist.org/packages/silverorange/admin)[ Docs](https://github.com/silverorange/admin)[ RSS](/packages/silverorange-admin/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (6)Versions (38)Used By (1)

Admin
=====

[](#admin)

Admin is a framework for back-end administration systems. Admin is built using [Swat](https://github.com/silverorange/swat) and [Site](https://github.com/silverorange/site).

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

[](#installation)

Make sure the silverorange composer repository is added to the `composer.json`for the project and then run:

```
composer require silverorange/admin
```

Enabling 2FA (Two Factor Authentication)
----------------------------------------

[](#enabling-2fa-two-factor-authentication)

1. Install the Admin package ≥ `6.1.0`
2. Add two composer packages:

```
composer require robthree/twofactorauth
composer require bacon/bacon-qr-code
```

3. Run `composer install`
4. Add the new database fields:

```
alter table adminuser add two_fa_secret varchar(255);
alter table adminuser add two_fa_enabled boolean not null default false;
alter table adminuser add two_fa_timeslice integer not null default 0;
```

5. Edit your `.ini` files (both stage and production) and add:

```
[admin]
two_fa_enabled = On

```

6. Let your users know! They will now see 2FA setup in the “Login Settings” in the top-right corner.

###  Health Score

49

—

FairBetter than 94% of packages

Maintenance62

Regular maintenance activity

Popularity9

Limited adoption so far

Community28

Small or concentrated contributor base

Maturity87

Battle-tested with a long release history

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~103 days

Recently: every ~124 days

Total

36

Last Release

97d ago

Major Versions

2.5.0 → 3.0.02017-07-27

3.2.0 → 4.0.02018-02-07

4.0.0 → 5.0.02018-04-19

5.4.3 → 6.0.02022-08-18

6.2.1 → 7.0.02024-11-05

PHP version history (3 changes)2.1.3PHP &gt;=5.3.0

6.2.0PHP &gt;=8.1.0

7.0.0PHP &gt;=8.2.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/166810?v=4)[Colin Viebrock](/maintainers/cviebrock)[@cviebrock](https://github.com/cviebrock)

---

Top Contributors

[![gauthierm](https://avatars.githubusercontent.com/u/120511?v=4)](https://github.com/gauthierm "gauthierm (643 commits)")[![nrfredrickson](https://avatars.githubusercontent.com/u/4965439?v=4)](https://github.com/nrfredrickson "nrfredrickson (352 commits)")[![nburka](https://avatars.githubusercontent.com/u/1284966?v=4)](https://github.com/nburka "nburka (223 commits)")[![isagrant](https://avatars.githubusercontent.com/u/49716?v=4)](https://github.com/isagrant "isagrant (176 commits)")[![charleswaddell](https://avatars.githubusercontent.com/u/1316827?v=4)](https://github.com/charleswaddell "charleswaddell (144 commits)")[![sgarrity](https://avatars.githubusercontent.com/u/58062?v=4)](https://github.com/sgarrity "sgarrity (133 commits)")[![keithburgoyne](https://avatars.githubusercontent.com/u/299928?v=4)](https://github.com/keithburgoyne "keithburgoyne (102 commits)")[![cviebrock](https://avatars.githubusercontent.com/u/166810?v=4)](https://github.com/cviebrock "cviebrock (19 commits)")[![Qcode](https://avatars.githubusercontent.com/u/1542145?v=4)](https://github.com/Qcode "Qcode (17 commits)")[![GervaisdeM](https://avatars.githubusercontent.com/u/963514?v=4)](https://github.com/GervaisdeM "GervaisdeM (13 commits)")[![pparke](https://avatars.githubusercontent.com/u/5822990?v=4)](https://github.com/pparke "pparke (7 commits)")[![wittman](https://avatars.githubusercontent.com/u/101092?v=4)](https://github.com/wittman "wittman (4 commits)")[![m-mitchell](https://avatars.githubusercontent.com/u/169674?v=4)](https://github.com/m-mitchell "m-mitchell (1 commits)")[![marjmandi](https://avatars.githubusercontent.com/u/47076521?v=4)](https://github.com/marjmandi "marjmandi (1 commits)")[![stephendesroches](https://avatars.githubusercontent.com/u/59362?v=4)](https://github.com/stephendesroches "stephendesroches (1 commits)")[![danjamesceo](https://avatars.githubusercontent.com/u/5039956?v=4)](https://github.com/danjamesceo "danjamesceo (1 commits)")

---

Tags

frameworkmanagementadmin

###  Code Quality

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/silverorange-admin/health.svg)

```
[![Health](https://phpackages.com/badges/silverorange-admin/health.svg)](https://phpackages.com/packages/silverorange-admin)
```

###  Alternatives

[jaguarjack/catchadmin

The CatchAdmin Background management

9142.6k](/packages/jaguarjack-catchadmin)[catchadmin/catchadmin

The CatchAdmin Background management

9151.3k](/packages/catchadmin-catchadmin)[florientr/laravel-gentelella

The Laravel 5.4 framework with Gentelella template

2325.5k](/packages/florientr-laravel-gentelella)[distilleries/expendable

Expendable is an admin panel base on laravel 5.\*. This package give you some implementation do add a content management system of your application. You can override everything. This Cms give view few tools to develop your content management easily and properly.

298.8k2](/packages/distilleries-expendable)

PHPackages © 2026

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