PHPackages                             steadfastcollective/statamic-csv-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. steadfastcollective/statamic-csv-exporter

ActiveStatamic-addon[Utility &amp; Helpers](/categories/utility)

steadfastcollective/statamic-csv-exporter
=========================================

Export your content to CSV files.

v3.1.1(9mo ago)45.6k↓33.3%5MITPHPPHP ^8.3

Since Mar 25Pushed 9mo ago1 watchersCompare

[ Source](https://github.com/steadfast-collective/statamic-csv-exporter)[ Packagist](https://packagist.org/packages/steadfastcollective/statamic-csv-exporter)[ RSS](/packages/steadfastcollective-statamic-csv-exporter/feed)WikiDiscussions main Synced 1mo ago

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

[![Screenshot of CSV Export Utility](./screenshot.png)](./screenshot.png)

Statamic CSV Exporter
=====================

[](#statamic-csv-exporter)

This addon gives you the ability to export your content to CSV files.

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

[](#installation)

You can search for this addon in the `Tools > Addons` section of the Statamic Control Panel and click **install**, or run the following command from your project root:

```
composer require steadfastcollective/statamic-csv-exporter
```

Usage
-----

[](#usage)

To use this addon, follow the usage instructions or [watch this video](https://www.loom.com/share/2d4f2777408a47b1b53d283a0db2cba4):

1. Head into the Control Panel
2. Go to `Utilities` and click into the 'CSV Exporter' utility
3. Select the collections you wish to export and click the 'Export' button
4. A ZIP file will be downloaded. If you open that, you'll find each collection in its own CSV file.

### Ignoring certain fields

[](#ignoring-certain-fields)

If you'd like to exclude certain fields from being returned by the export, you should add them to the addon's configuration file

By default, you're unlikley to have the configuration file published. To publish it, run:

```
php artisan vendor:publish --tag=statamic-csv-exporter-config

```

The config file will appear as `config/statamic-csv-exporter.php`.

In the config file, you will see an `ignored_fields` array. Inside that, add the handle of the collection, then any of the fields you wish to be excluded.

In the below example: exports for the `events` collection will exclude the `author` and `excerpt` fields.

```
/*
|--------------------------------------------------------------------------
| Ignored fields
|--------------------------------------------------------------------------
|
| Configure any fields which should be ignored when exporting items.
|
*/

'ignored_fields' => [
    'collections' => [

        'events' => [
            'author', 'excerpt',
        ],

    ],
],
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](https://github.com/steadfast-collective/statamic-csv-exporter/blob/main/CHANGELOG.md) for more information what has changed recently.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

License
-------

[](#license)

The MIT License (MIT). Please see [License File](https://github.com/steadfast-collective/statamic-csv-exporter/blob/main/LICENSE.md) for more information.

###  Health Score

46

—

FairBetter than 93% of packages

Maintenance57

Moderate activity, may be stable

Popularity29

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~136 days

Recently: every ~198 days

Total

10

Last Release

282d ago

Major Versions

v1.0.1 → v2.0.02022-10-21

v2.2.1 → v3.02024-05-16

PHP version history (3 changes)v1.0.0PHP ^7.4 || ^8.0

v2.0.0PHP ^8.1

v3.1PHP ^8.3

### Community

Maintainers

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

---

Top Contributors

[![duncanmcclean](https://avatars.githubusercontent.com/u/19637309?v=4)](https://github.com/duncanmcclean "duncanmcclean (2 commits)")[![jacksleight](https://avatars.githubusercontent.com/u/126740?v=4)](https://github.com/jacksleight "jacksleight (2 commits)")[![mikemartin](https://avatars.githubusercontent.com/u/414211?v=4)](https://github.com/mikemartin "mikemartin (1 commits)")[![SteadfastCollective](https://avatars.githubusercontent.com/u/39373080?v=4)](https://github.com/SteadfastCollective "SteadfastCollective (1 commits)")

---

Tags

csv-exporterstatamic-addonstatamic-utilitystatamic-v3

### Embed Badge

![Health badge](/badges/steadfastcollective-statamic-csv-exporter/health.svg)

```
[![Health](https://phpackages.com/badges/steadfastcollective-statamic-csv-exporter/health.svg)](https://phpackages.com/packages/steadfastcollective-statamic-csv-exporter)
```

###  Alternatives

[statamic/ssg

Generate static sites with Statamic.

254302.4k](/packages/statamic-ssg)[statamic/seo-pro

65440.7k](/packages/statamic-seo-pro)[jacksleight/statamic-bard-texstyle

17172.5k](/packages/jacksleight-statamic-bard-texstyle)[visuellverstehen/statamic-classify

A useful helper to add CSS classes to all HTML tags generated by the bard editor.

20116.8k](/packages/visuellverstehen-statamic-classify)[marcorieser/statamic-livewire

A Laravel Livewire integration for Statamic.

2381.5k10](/packages/marcorieser-statamic-livewire)[withcandour/aardvark-seo

Save time and get your Statamic site to rank better with the SEO addon for Statamic.

13128.3k](/packages/withcandour-aardvark-seo)

PHPackages © 2026

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