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

ActiveSilverstripe-vendormodule[Framework](/categories/framework)

littlegiant/silverstripe-persistentgridfield
============================================

GridField with persistent state for SilverStripe

2.2.0(4y ago)1310.1k10[1 issues](https://github.com/littlegiant/silverstripe-persistentgridfield/issues)PHP

Since Nov 19Pushed 4y ago4 watchersCompare

[ Source](https://github.com/littlegiant/silverstripe-persistentgridfield)[ Packagist](https://packagist.org/packages/littlegiant/silverstripe-persistentgridfield)[ RSS](/packages/littlegiant-silverstripe-persistentgridfield/feed)WikiDiscussions master Synced yesterday

READMEChangelog (4)Dependencies (2)Versions (8)Used By (0)

silverstripe-persistentgridfield
================================

[](#silverstripe-persistentgridfield)

Persistent `GridField` state across page reloads.

Usage
-----

[](#usage)

```
$fields->addFieldToTab('Root.TeamMembers',
    PersistentGridField::create(
        'TeamMembers',
        'TeamMembers',
        TeamMember::get()
        ));
```

You can also set this to be used in place of all GridFields in SilverStripe

```
Injector:
  GridField:
    class: PersistentGridField
```

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

[](#installation)

Installation via composer

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

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

37

—

LowBetter than 81% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity31

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 81.8% 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 ~388 days

Recently: every ~453 days

Total

7

Last Release

1549d ago

Major Versions

1.1.0 → 2.0.02018-09-07

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1953220?v=4)[Stevie Mayhew](/maintainers/stevie-mayhew)[@stevie-mayhew](https://github.com/stevie-mayhew)

![](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 (9 commits)")[![dkliemsch](https://avatars.githubusercontent.com/u/13777159?v=4)](https://github.com/dkliemsch "dkliemsch (1 commits)")[![tiller1010](https://avatars.githubusercontent.com/u/42498429?v=4)](https://github.com/tiller1010 "tiller1010 (1 commits)")

### Embed Badge

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

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

###  Alternatives

[silverstripe/framework

The SilverStripe framework

7313.7M2.8k](/packages/silverstripe-framework)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.1k17.8k](/packages/prestashop-prestashop)[silverstripe/cms

The SilverStripe Content Management System

5253.6M1.4k](/packages/silverstripe-cms)[october/rain

October Rain Library

1601.7M83](/packages/october-rain)[helsingborg-stad/municipio

A bootstrap theme for creating municipality sites.

4028.5k10](/packages/helsingborg-stad-municipio)[drupal/recommended-project

Project template for Drupal projects with a relocated document root

1502.8M1](/packages/drupal-recommended-project)

PHPackages © 2026

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