PHPackages                             iliain/silverstripe-queuedexport - 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. [Queues &amp; Workers](/categories/queues)
4. /
5. iliain/silverstripe-queuedexport

ActiveSilverstripe-vendormodule[Queues &amp; Workers](/categories/queues)

iliain/silverstripe-queuedexport
================================

Provides a GridField button to queue the export to a CSV, good for handling large datasets

1.1.1(3y ago)0252BSD-3-ClausePHPPHP ^7

Since Aug 16Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Iliain/silverstripe-queuedexport)[ Packagist](https://packagist.org/packages/iliain/silverstripe-queuedexport)[ Docs](http://github.com/Iliain/silverstripe-queuedexport)[ RSS](/packages/iliain-silverstripe-queuedexport/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (2)Versions (9)Used By (0)

SilverStripe Queued Export
==========================

[](#silverstripe-queued-export)

Provides a button that will queue the export to a csv file from a gridfield, which can then be found in the site Assets. Good for exporting large numbers of dataobjects without causing timeouts.

Installation (with composer)
----------------------------

[](#installation-with-composer)

```
composer require iliain/silverstripe-queuedexport

```

Usage
-----

[](#usage)

```
$config->addComponent(new GridFieldQueueExportButton('buttons-before-left')
```

The following config can be used to alter the behaviour of the export:

```
---
Name: myexportconfig
---
Iliain\QueuedExport\Jobs\CSVExportJob:
  storage_directory: 'CSV Exports' # Set the parent folder location where CSV files will be exported to
  increase_memory_limit: true # Enable or disable the environment increasing the time and memory limits for the export process. Default: true
```

A number of extension hooks have been provided to allow further modification of the process if required.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 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

Every ~0 days

Total

7

Last Release

1366d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/95555999d61957aa18a23d42afe8bcf7aad3a5e6d9dcc8c7e41ba183f405e49e?d=identicon)[iliain](/maintainers/iliain)

---

Top Contributors

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

---

Tags

exportsilverstripecmsmodularqueued

### Embed Badge

![Health badge](/badges/iliain-silverstripe-queuedexport/health.svg)

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

###  Alternatives

[silverstripe/cms

The SilverStripe Content Management System

5163.4M1.3k](/packages/silverstripe-cms)[symbiote/silverstripe-queuedjobs

A framework for defining and running background jobs in a queued manner

56854.2k83](/packages/symbiote-silverstripe-queuedjobs)

PHPackages © 2026

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