PHPackages                             axllent/silverstripe-simplemodeladmin - 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. axllent/silverstripe-simplemodeladmin

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

axllent/silverstripe-simplemodeladmin
=====================================

Simplified ModelAdmin for SilverStripe 3

1.0.0(10y ago)32561The MIT License (MIT)PHP

Since Jan 5Pushed 8y ago1 watchersCompare

[ Source](https://github.com/axllent/silverstripe-simplemodeladmin)[ Packagist](https://packagist.org/packages/axllent/silverstripe-simplemodeladmin)[ Docs](https://github.com/axllent/silverstripe-simplemodeladmin)[ RSS](/packages/axllent-silverstripe-simplemodeladmin/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Simple ModelAdmin for SilverStripe 3
====================================

[](#simple-modeladmin-for-silverstripe-3)

This is a "trimmed down" version of Silverstripe's ModelAdmin, the differences being:

- Import, Export &amp; Print functionality has been removed
- Filtering has been removed
- By default, column sorting has been disabled

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

[](#requirements)

- SilverStripe 3.0+

Usage
-----

[](#usage)

```
class MyDataObject_ModelAdmin extends SimpleModelAdmin {
	...
	public function canView() {
		return Permission::check('CMS_ACCESS_CMSMain', 'any', $member);
	}
}
```

Note
----

[](#note)

Whilst ModelAdmin does inherit the model permissions, your extension of the SimpleModelAdmin requires it's own canView permissions as this does not add a separate entity into the CMS Access security section.

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3781d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1463435?v=4)[Ralph Slooten](/maintainers/axllent)[@axllent](https://github.com/axllent)

---

Top Contributors

[![axllent](https://avatars.githubusercontent.com/u/1463435?v=4)](https://github.com/axllent "axllent (12 commits)")

---

Tags

silverstripecmsmodeladmin

### Embed Badge

![Health badge](/badges/axllent-silverstripe-simplemodeladmin/health.svg)

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

###  Alternatives

[stevie-mayhew/hasoneedit

Allows editing the fields of a has\_one object directly in the CMS

21225.4k11](/packages/stevie-mayhew-hasoneedit)[praxisnetau/silverstripe-moderno-admin

A SilverStripe module to give the CMS a more modern, flat appearance.

224.4k](/packages/praxisnetau-silverstripe-moderno-admin)

PHPackages © 2026

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