ttree/contentrepositoryimporter

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

Helper package to import data in the Neos content repository

dev-task-improvement

Version
dev-task-improvement
Type
neos-package
Release Date
Jul 26, 2017 17:54
Source
git
Distribution
zip
Requires
  • neos/neos: >3.0
  • ezyang/htmlpurifier: *
  • cocur/slugify: ^2.5
MIT d0a7e93db7ae1521a1cd0b2b95ae2937dac5e209

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).