statamic / importer
Installs: 5 211
Dependents: 0
Suggesters: 0
Security: 0
Stars: 18
Watchers: 4
Forks: 4
Open Issues: 8
Requires
- pixelfear/composer-dist-plugin: ^0.1.5
- spatie/simple-excel: ^3.7
- statamic/cms: ^5.41
- symfony/css-selector: ^7.1
- symfony/dom-crawler: ^7.1
Requires (Dev)
- laravel/pint: ^1.18
- orchestra/testbench: ^8.28 || ^9.6.1 || ^10.0
- phpunit/phpunit: ^10.5.35 || ^11.0
- spatie/laravel-ray: ^1.39
- dev-main
- v1.8.1
- v1.8.0
- v1.7.5
- v1.7.4
- v1.7.3
- v1.7.2
- v1.7.1
- v1.7.0
- v1.6.0
- v1.5.1
- v1.5.0
- v1.4.1
- v1.4.0
- v1.3.0
- v1.2.0
- v1.1.2
- v1.1.1
- v1.1.0
- v1.0.2
- v1.0.1
- v1.0.0
- dev-fix/gutenberg-core-embed
- dev-fix/unhandled-case-toggle-transformer
- dev-ImportItemJob-locale-fix
- dev-simplify-updating-bard-configs-in-fieldsets
This package is auto-updated.
Last update: 2025-04-07 12:04:56 UTC
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.