statamic/importer

Package info

github.com/statamic/importer

pkg:composer/statamic/importer

Statistics

Installs: 34 377

Dependents: 0

Suggesters: 0

Stars: 18

Open Issues: 5

v2.1.0 2026-03-09 10:21 UTC

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 075ba8a56b1810872fca4bd4c1d40b1426fc8b44


README

Allows you to easily import content and users into Statamic. Supports CSV and XML files.

Features

  • Allows importing entries, taxonomy terms, and users
  • Supports CSV and XML files
  • Easy to use UI for mapping fields
  • Special handling of Gutenberg content (WordPress)
  • Hooks for customizing the import process

Installation

You can install the Importer addon via Composer:

composer require statamic/importer

You can find the Importer addon in the Control Panel under Utilities > Importer.

Note: Before installing the importer addon, please ensure your project has a database configured. The importer uses a database to keep track of import progress. If you created your site using the Statamic CLI, a SQLite database will have been setup for you. You can confirm by running php artisan migrate.

Documentation

Read the docs on the Statamic Marketplace or contribute to it here on GitHub.