PHPackages                             boboldehampsink/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. boboldehampsink/export

AbandonedArchivedCraft-plugin[Utility &amp; Helpers](/categories/utility)

boboldehampsink/export
======================

Export Plugin for Craft CMS

0.5.10(9y ago)5522.0k17[8 issues](https://github.com/boboldehampsink/export/issues)[4 PRs](https://github.com/boboldehampsink/export/pulls)PHP

Since Nov 18Pushed 8y ago3 watchersCompare

[ Source](https://github.com/boboldehampsink/export)[ Packagist](https://packagist.org/packages/boboldehampsink/export)[ RSS](/packages/boboldehampsink-export/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (1)Versions (20)Used By (0)

DEPRECATED - Export plugin for Craft CMS [![Build Status](https://camo.githubusercontent.com/666e793a799dfe4d50bb8a9904bbfc008752474085f19cda6cfbc3d2dcdb4dd5/68747470733a2f2f7472617669732d63692e6f72672f626f626f6c646568616d7073696e6b2f6578706f72742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/boboldehampsink/export) [![Code Coverage](https://camo.githubusercontent.com/e2cdf9a9abe8e0a286f6b6c4fdb46d3f845249bca6c109b2bdbe93d7c7cb63a1/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f626f626f6c646568616d7073696e6b2f6578706f72742f6261646765732f636f7665726167652e706e673f623d646576656c6f70)](https://scrutinizer-ci.com/g/boboldehampsink/export/?branch=develop) [![Scrutinizer Code Quality](https://camo.githubusercontent.com/666a9fda3732b954e016a28f380106b5ff7e222d05d68a6c58324a68c8a22ade/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f626f626f6c646568616d7073696e6b2f6578706f72742f6261646765732f7175616c6974792d73636f72652e706e673f623d646576656c6f70)](https://scrutinizer-ci.com/g/boboldehampsink/export/?branch=develop)
===============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#deprecated---export-plugin-for-craft-cms---)

Plugin that allows you to export data to CSV files.

Features:

- Export Entries and Entry Types (All types or per type)
- Export Users and User Groups
- Export Categories
- Sortable export field order
- Renameable column labels
- Ability to save your sort and column settings
- Has a hook "registerExportSource" to add/replace exports with your own source.
- Has a hook "registerExportOperation" to parse special export fields
- Has a hook "registerExportService" to add your own Element Type export service.
- Has a hook "registerExportCsvDelimiter" to specify your preferred CSV delimiter.

Todo:

- Support JSON and XML output
- Handle large exports more smoothly

Important: The plugin's folder should be named "export"

Deprecated
==========

[](#deprecated)

With the release of Craft 3 on 4-4-2018, this plugin has been deprecated. You can still use this with Craft 2 but you are encouraged to use (and develop) a Craft 3 version. At this moment, I have no plans to do so.

Development
===========

[](#development)

Run this from your Craft installation to test your changes to this plugin before submitting a Pull Request

```
phpunit --bootstrap craft/app/tests/bootstrap.php --configuration craft/plugins/export/phpunit.xml.dist --coverage-text craft/plugins/export/tests
```

Changelog
=========

[](#changelog)

### 0.5.10

[](#0510)

- Added Tags support (thanks to @timkelty)

### 0.5.9

[](#059)

- Fixed bug if offset was an empty string

### 0.5.8

[](#058)

- All service code is now fully covered by unit tests

### 0.5.7

[](#057)

- Fetch elements individually for less memory consumption (thanks to @gijsstegehuis)

### 0.5.6

[](#056)

- Show spinner while generating export (thanks to @gijsstegehuis)
- Added the ability to register the preferred CSV delimiter via the registerExportCsvDelimiter hook

### 0.5.5

[](#055)

- Added ability to pre-select export elementtype through query string (thanks to @gijsstegehuis)
- Added Dutch translations (thanks to @rutgerbakker)

### 0.5.4

[](#054)

- Fixed export history maps (thanks to @MRolefes)

### 0.5.3

[](#053)

- Added the ability to control the sorting of data
- Improved the display of dates
- Improved the display of single option fields
- Use Windows friendly newlines

### 0.5.2

[](#052)

- Fixed multioptions fieldtype exporting

### 0.5.1

[](#051)

- Use native php csv export function to generate more correct csv's

### 0.5.0

[](#050)

- Added the ability to enter offset and limit for more control over the exported data and performance (#4)
- Fixed export map checkbox styling
- Added a registerExportService hook so you can write an export service for other/your own element type(s)
- Fixed escaping of slashes in export data
- Added MIT license

### 0.4.8

[](#048)

- Export now runs the export map differently through the element model for better export results, closing issues #2 and #3

### 0.4.7

[](#047)

- Added the ability to parse table checkboxes for export

### 0.4.6

[](#046)

- Added the ability to export Users's preferred locale, week start day, last login date, invalid login count and last invalid login date
- Clean up arrays before exporting, making them more readable

### 0.4.5

[](#045)

- Added getCsrfInput function to forms

### 0.4.4

[](#044)

- Even better field data parsing

### 0.4.3

[](#043)

- Better field data parsing

### 0.4.2

[](#042)

- Fixed a serious issue that led to not being able to run Export independently from Import

### 0.4.1

[](#041)

- Added a hook "registerExportOperation" to parse special export fields

### 0.4.0

[](#040)

- Added the ability to export parents and ancestors
- Added the ability to pick your own column names
- Added the ability to save column names and order
- You can also clear this (with permission to "reset")
- Fixed a lot of bugs with multiple title columns
- Only escape double quotes in CSV
- Ability to export fields that return an array

### 0.3.2

[](#032)

- Allow multiple title columns when exporting multiple entry types

### 0.3.1

[](#031)

- Added the ability to export all entrytypes in a section at once

### 0.3.0

[](#030)

- Added the ability to export Categories
- Added the ability to sort the export field order

### 0.2.4

[](#024)

- Added the ability to export id's

### 0.2.3

[](#023)

- Fixed wrong parsing of Lightswitch values
- Fixed skipping of existing columns with NULL values

### 0.2.2

[](#022)

- Mostly common bugfixes and improvements

### 0.2.1

[](#021)

- Fixed a bug that would compromise exportSource data when multiple hooks were used

### 0.2

[](#02)

- Added a "registerExportSource" hook, so you can replace/add/delete export data from your own plugin

### 0.1

[](#01)

- Initial push to GitHub

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity35

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity62

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

Recently: every ~80 days

Total

17

Last Release

3580d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3dd0df0464b4919048281ee42a9210f4323e8f3a78d046067e550992e4a5fb7e?d=identicon)[boboldehampsink](/maintainers/boboldehampsink)

---

Top Contributors

[![rutgerbakker7](https://avatars.githubusercontent.com/u/13568049?v=4)](https://github.com/rutgerbakker7 "rutgerbakker7 (2 commits)")[![exophunk](https://avatars.githubusercontent.com/u/4455472?v=4)](https://github.com/exophunk "exophunk (1 commits)")[![lindseydiloreto](https://avatars.githubusercontent.com/u/5309692?v=4)](https://github.com/lindseydiloreto "lindseydiloreto (1 commits)")[![MRolefes](https://avatars.githubusercontent.com/u/11159600?v=4)](https://github.com/MRolefes "MRolefes (1 commits)")

### Embed Badge

![Health badge](/badges/boboldehampsink-export/health.svg)

```
[![Health](https://phpackages.com/badges/boboldehampsink-export/health.svg)](https://phpackages.com/packages/boboldehampsink-export)
```

###  Alternatives

[rainlab/blog-plugin

Blog plugin for October CMS

17257.7k](/packages/rainlab-blog-plugin)[rainlab/builder-plugin

Builder plugin for October CMS

17147.2k1](/packages/rainlab-builder-plugin)[pfefferle/wordpress-activitypub

The ActivityPub protocol is a decentralized social networking protocol based upon the ActivityStreams 2.0 data format.

5671.4k1](/packages/pfefferle-wordpress-activitypub)[civicrm/civicrm-drupal-8

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

18238.1k2](/packages/civicrm-civicrm-drupal-8)[mediawiki/semantic-glossary

A terminology markup extension with a Semantic MediaWiki back-end

1352.4k](/packages/mediawiki-semantic-glossary)[humanmade/lottie-lite

A lightweight Lottie Animations Extension for WordPress

374.3k](/packages/humanmade-lottie-lite)

PHPackages © 2026

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