https://github.com/studioespresso/craft-exporter
Element Exporter aims to make exporting data from your Craft CMS website easy, repeatable and includes event to allow for custom data parsing and custom element support.
https://github.com/studioespresso/craft-exporter
craft-plugin craftcms craftcms-plugin
Last synced: 7 days ago
JSON representation
Element Exporter aims to make exporting data from your Craft CMS website easy, repeatable and includes event to allow for custom data parsing and custom element support.
- Host: GitHub
- URL: https://github.com/studioespresso/craft-exporter
- Owner: studioespresso
- License: other
- Created: 2023-10-20T14:03:44.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2026-02-26T19:35:49.000Z (4 months ago)
- Last Synced: 2026-02-26T21:30:53.940Z (4 months ago)
- Topics: craft-plugin, craftcms, craftcms-plugin
- Language: PHP
- Homepage:
- Size: 2.63 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.MD
- Changelog: CHANGELOG.MD
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# Element exporter for Craft CMS
Element Exporter aims to make exporting data from your Craft CMS website easy, repeatable and includes event to allow for custom data parsing and custom element support.

## Requirements
This plugin requires Craft CMS 4.5.0 or later.
## Installation
To install the plugin, follow these instructions.
1. Open your terminal and go to your Craft project:
```bash
# go to the project directory
cd /path/to/my-craft-project.dev
# tell Composer to install the plugin
composer require studioespresso/craft-exporter
# tell Craft to install the plugin
./craft install/plugin exporter
```
## Documentation
[📔 Documentation can be found here](https://studioespresso.github.io/craft-exporter/)
---
Brought to you by [Studio Espresso](https://www.studioespresso.co/)