PHPackages                             littlegiant/silverstripe-singlepageadmin - 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. littlegiant/silverstripe-singlepageadmin

ActiveSilverstripe-vendormodule

littlegiant/silverstripe-singlepageadmin
========================================

Single page administration via a LeftAndMain like interface

6.2.1(5y ago)24174.3k↓16.7%10[1 issues](https://github.com/isobar-nz/silverstripe-singlepageadmin/issues)[1 PRs](https://github.com/isobar-nz/silverstripe-singlepageadmin/pulls)MITPHP

Since Feb 4Pushed 2y ago9 watchersCompare

[ Source](https://github.com/isobar-nz/silverstripe-singlepageadmin)[ Packagist](https://packagist.org/packages/littlegiant/silverstripe-singlepageadmin)[ RSS](/packages/littlegiant-silverstripe-singlepageadmin/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (1)Versions (22)Used By (0)

SilverStripe Single Page Administration
=======================================

[](#silverstripe-single-page-administration)

Single page administration via a LeftAndMain like interface. Let your clients edit pages without seeing the site tree.

Features
--------

[](#features)

- Single page administration
- Only allows publish functionality for the page
- You can hide the site tree from everybody (when used in conjunction with silverstripe-catalogmanager)

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

[](#installation)

Installation via composer

```
$ composer require littlegiant/silverstripe-singlepageadmin
```

How to use
----------

[](#how-to-use)

Simply extend the SinglePageAdmin class instead of ModelAdmin and include the class via the `tree_class` static.

```
use LittleGiant\SilverStripe\SinglePageAdmin\SinglePageAdmin;

class HomePageAdmin extends SinglePageAdmin
{
    private static $menu_title = "Home Page";
    private static $tree_class = 'HomePage';
    private static $url_segment = "home-page";
}
```

The single page admin assumes you have one and only have one item of the class which you are trying to administrate and makes no attempt to try and check if this is the case, naively getting the first object which matches. It is up to you to ensure that the class has one and only one instance created, usually via canCreate() functionality.

License
-------

[](#license)

The MIT License (MIT)

Copyright (c) 2015 Little Giant Design Ltd

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Contributing
------------

[](#contributing)

### Code guidelines

[](#code-guidelines)

This project follows the standards defined in:

- [PSR-0](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-0.md)
- [PSR-1](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-1-basic-coding-standard.md)
- [PSR-2](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md)

###  Health Score

42

—

FairBetter than 90% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity40

Moderate usage in the ecosystem

Community22

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor1

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

###  Release Activity

Cadence

Every ~117 days

Recently: every ~220 days

Total

19

Last Release

1996d ago

Major Versions

1.0.2 → 2.0.02015-03-25

2.0.2 → 3.0.02016-03-23

3.0.0 → 4.0.02016-06-28

4.2.0 → 5.0.02018-02-09

5.0.1 → 6.0.02018-06-27

### Community

Maintainers

![](https://www.gravatar.com/avatar/a499234983660ff4b31982de5e17e147544b717227fc4f7245070462fd03cbca?d=identicon)[stevie-mayhew](/maintainers/stevie-mayhew)

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

![](https://www.gravatar.com/avatar/13a1b78f31cdad3eecbe5d11aadc3f5c527f76cde37710ab91dc03c42565f152?d=identicon)[RyanPotter](/maintainers/RyanPotter)

---

Top Contributors

[![stevie-mayhew](https://avatars.githubusercontent.com/u/1953220?v=4)](https://github.com/stevie-mayhew "stevie-mayhew (22 commits)")[![hchokshi](https://avatars.githubusercontent.com/u/10136407?v=4)](https://github.com/hchokshi "hchokshi (4 commits)")[![jamss](https://avatars.githubusercontent.com/u/12092851?v=4)](https://github.com/jamss "jamss (4 commits)")[![tractorcow](https://avatars.githubusercontent.com/u/936064?v=4)](https://github.com/tractorcow "tractorcow (2 commits)")[![camfindlay](https://avatars.githubusercontent.com/u/367847?v=4)](https://github.com/camfindlay "camfindlay (1 commits)")[![wilr](https://avatars.githubusercontent.com/u/101629?v=4)](https://github.com/wilr "wilr (1 commits)")

---

Tags

cms-extensionphpsilverstripesitetree

### Embed Badge

![Health badge](/badges/littlegiant-silverstripe-singlepageadmin/health.svg)

```
[![Health](https://phpackages.com/badges/littlegiant-silverstripe-singlepageadmin/health.svg)](https://phpackages.com/packages/littlegiant-silverstripe-singlepageadmin)
```

###  Alternatives

[silvershop/core

Provides an ecommerce product catalog, shopping cart, and order management system

11340.0k42](/packages/silvershop-core)[silverstripe-terraformers/gridfield-rich-filter-header

Rich filter header component for GridField

1325.7k1](/packages/silverstripe-terraformers-gridfield-rich-filter-header)[sunnysideup/ecommerce

Silverstripe E-commerce Application

257.2k79](/packages/sunnysideup-ecommerce)[silverstripe/superglue

102.2k](/packages/silverstripe-superglue)

PHPackages © 2026

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