PHPackages                             evanshunt/ss-form-exporter - 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. evanshunt/ss-form-exporter

ActiveSilverstripe-module

evanshunt/ss-form-exporter
==========================

A SilverStripe dev task for exporting userform data to CSV

024PHP

Since Jul 16Pushed 7y ago3 watchersCompare

[ Source](https://github.com/evanshunt/ss-form-exporter)[ Packagist](https://packagist.org/packages/evanshunt/ss-form-exporter)[ RSS](/packages/evanshunt-ss-form-exporter/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Silverstripe form exporter
==========================

[](#silverstripe-form-exporter)

This module creares a SilverStripe `BuildTask` which will export user form submissions to a `.csv` file.

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

[](#requirements)

- Silverstripe 3.x

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

[](#installation)

```
composer install evanshunt/ss-form-exporter

```

Usage
-----

[](#usage)

You need to know the ID of the form you wish to export. It is passed as a url parameter or command line argument.

URL:

```
http://localhost/dev/tasks/ExportUserFormToCsv?form-id={YOUR_FORM_ID}

```

CLI:

```
php framework/cli-script.php dev/tasks/ExportUserFormToCsv form-id={YOUR_FORM_ID}

```

### Date Range

[](#date-range)

Two additional parameters `before` and `after` can be used to narrow your search to specific dates. These both accept date strings according to the rules of PHP's [`strtotime`](https://secure.php.net/manual/en/function.strtotime.php). Eg. `m/d/y`, `d-m-y`, or `YYYY-MM-DD`.

One or both parameters can be used in order to narrow the range.

Notes
-----

[](#notes)

This task may fail if the fields currently defined for the Form do not match the submitted entries.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity40

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.

### Community

Maintainers

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

![](https://www.gravatar.com/avatar/9771410446b7f3ffa84e9fa87891cb20828430853ef6cc74063a460a475be27b?d=identicon)[ehdeveloped](/maintainers/ehdeveloped)

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

---

Top Contributors

[![davejtoews](https://avatars.githubusercontent.com/u/9664035?v=4)](https://github.com/davejtoews "davejtoews (24 commits)")

### Embed Badge

![Health badge](/badges/evanshunt-ss-form-exporter/health.svg)

```
[![Health](https://phpackages.com/badges/evanshunt-ss-form-exporter/health.svg)](https://phpackages.com/packages/evanshunt-ss-form-exporter)
```

PHPackages © 2026

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