ttree/contentrepositoryimporter
composer require ttree/contentrepositoryimporter
Helper package to import data in the Neos content repository
Readme excerpt
ContentRepositoryImporterThis package contains generic utility to help importing data in the Neos Content Repository.
What's included ?- A command controller (CLI) to launch your import presets
- Based on simple conventions
- DataProvider: used to prepare and cleanup data from the external source
- Importer: get the data from the DataProvider and push everything in the CR
- DataType: Simple object used to cleanup value and share code between DataProvider
- Split your import in multiple sub commands to avoid high memory usage
- No big magic, you can always take control by overriding the default configuration and methods
Read more
The same vendor provides 48 package(s).