PHPackages                             roorda-ict/statamic-entries-export - 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. roorda-ict/statamic-entries-export

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

roorda-ict/statamic-entries-export
==================================

2.1.1(1y ago)176.1k↑25%4PHPPHP ^8.0

Since Jun 19Pushed 1y ago2 watchersCompare

[ Source](https://github.com/Roorda-ICT/statamic-entries-export)[ Packagist](https://packagist.org/packages/roorda-ict/statamic-entries-export)[ RSS](/packages/roorda-ict-statamic-entries-export/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (2)Versions (6)Used By (0)

[![Banner](https://raw.githubusercontent.com/roorda-ict/statamic-entries-export/master/banner-wide.png)](https://raw.githubusercontent.com/roorda-ict/statamic-entries-export/master/banner-wide.png)

This is a simple package that exports your entries to xlsx/csv/ods/html format.

Features
--------

[](#features)

- Exporting entries from the collection listings.
- Exporting a full collection from the utility page.
- Tries to export to a human-readable format. This means that linked Entries will not export id's but their titles, the same goes for linked users etc.

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

[](#installation)

To install this addon, use composer to require the package in your project:

```
composer require roorda-ict/statamic-entries-export
```

Usage
-----

[](#usage)

Usage is pretty easy:

- **For a subset of entries**: navigate to a collection listing and start exporting entries.
- **For an entire collection of entries**: go to Utilities &gt; Export entries, choose your collection and click the 'Export entries' button.

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

[](#configuration)

If you want to update any of the defaults, start by publishing your configuration file:

```
php artisan vendor:publish --provider=RoordaIct\\EntriesExport\\ServiceProvider
```

This will publish the `entries-export.php` file to the `config` directory. This is the file you need to update to make any configuration changes.

### More granular export permission

[](#more-granular-export-permission)

By default, users that have the 'Utilities &gt; Export entries' permission can export the entries that they may `view`. If you want to make this stricter, you can update the config and set it to whatever you like. For example, you might only want to let users export the entries that they may `update`.

To do this you update the value of the `permission` key from `view` to `update` in the configuration file.

### Export format

[](#export-format)

By default, we export to the `ods` format, however you can configure this to any supported format. The supported formats are found in the configuration file, at the `export_format` key.

### Excluding field types

[](#excluding-field-types)

By default, we do not export the `section` and `hidden` field types. If you need to add or remove field types, update the value of the `excluded_field_types` key in the configuration file.

### Excluding collections

[](#excluding-collections)

If you want to exclude certain collections from being exported, you can add them to the `excluded_collections` key in the configuration file.

### Custom exporter

[](#custom-exporter)

If you want more control in how your export is generated, you can create your own exporter. Make sure to extend the `RoordaIct\EntriesExport\Exports\EntryCollectionExport` class.

The heavy lifting of creating the Excel sheet is done through the Laravel Excel library. If you need more support on how to create your own exportable, please [refer to their documentation](https://docs.laravel-excel.com/3.1/exports/).

After you created your own exporter, you can update the value of the `exporter` key in the configuration file.

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance33

Infrequent updates — may be unmaintained

Popularity32

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 94.1% 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 ~282 days

Total

5

Last Release

665d ago

Major Versions

1.0.1 → 2.0.02023-06-26

PHP version history (2 changes)1.0.0PHP ^7.4 || ^8.0

2.0.0PHP ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/2681e8e26e77bb8f49623213f977d6fc1ab14046074755cf1b1e2b466df6ebbe?d=identicon)[jelleroorda](/maintainers/jelleroorda)

---

Top Contributors

[![jelleroorda](https://avatars.githubusercontent.com/u/9193686?v=4)](https://github.com/jelleroorda "jelleroorda (16 commits)")[![justkidding96](https://avatars.githubusercontent.com/u/1297850?v=4)](https://github.com/justkidding96 "justkidding96 (1 commits)")

---

Tags

statamicstatamic-addonstatamic-v3

### Embed Badge

![Health badge](/badges/roorda-ict-statamic-entries-export/health.svg)

```
[![Health](https://phpackages.com/badges/roorda-ict-statamic-entries-export/health.svg)](https://phpackages.com/packages/roorda-ict-statamic-entries-export)
```

###  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)
