PHPackages                             coep/silverstripe-gridfield-multi-archive - 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. coep/silverstripe-gridfield-multi-archive

ActiveSilverstripe-vendormodule

coep/silverstripe-gridfield-multi-archive
=========================================

Creates checkboxes to multi-select items to archive

02PHP

Since Jan 26Pushed 2y ago1 watchersCompare

[ Source](https://github.com/cityofelpaso/silverstripe-gridfield-multi-archive)[ Packagist](https://packagist.org/packages/coep/silverstripe-gridfield-multi-archive)[ RSS](/packages/coep-silverstripe-gridfield-multi-archive/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

GridField Multi Archive
=======================

[](#gridfield-multi-archive)

Introduction
------------

[](#introduction)

GridField component that adds checkboxes to each row in a gridfield allowing you to select multiple rows and archive those selected items.

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

[](#requirements)

- Silverstripe 4.0 and above

Install
-------

[](#install)

```
composer require coep/silverstripe-gridfield-multi-archive

```

Configuration
-------------

[](#configuration)

### Add to gridfield config

[](#add-to-gridfield-config)

```
$gridFieldConfig->addComponents(
    new GridFieldCheckboxSelectComponent(),
    new GridFieldMultiArchiveButton()
);

```

You can also add components to your modeladmin: [https://docs.silverstripe.org/en/4/developer\_guides/customising\_the\_admin\_interface/modeladmin/](https://docs.silverstripe.org/en/4/developer_guides/customising_the_admin_interface/modeladmin/)

###  Health Score

12

—

LowBetter than 0% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity19

Early-stage or recently created project

 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/c571e879b34571ff011b7ba84132d65869efec83f46d9c78868810cf42365165?d=identicon)[cityofelpaso](/maintainers/cityofelpaso)

---

Top Contributors

[![cityofelpaso](https://avatars.githubusercontent.com/u/68869258?v=4)](https://github.com/cityofelpaso "cityofelpaso (7 commits)")

### Embed Badge

![Health badge](/badges/coep-silverstripe-gridfield-multi-archive/health.svg)

```
[![Health](https://phpackages.com/badges/coep-silverstripe-gridfield-multi-archive/health.svg)](https://phpackages.com/packages/coep-silverstripe-gridfield-multi-archive)
```

PHPackages © 2026

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