ttree/contentrepositoryimporter

Last activity 04 May 2022 15 12 9987
composer require ttree/contentrepositoryimporter

Helper package to import data in the Neos content repository

No released version found

Readme excerpt

ContentRepositoryImporter

This 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
A …
Read more
The content of the readme is provided by an external source, which we have no control over. Check out the actual readme at its source.
The same vendor provides 48 package(s).