ttree/contentrepositoryimporter

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

Helper package to import data in the Neos content repository

2.0.2

Version
2.0.2
Type
typo3-flow-package
Release Date
May 12, 2016 15:19
Source
git
Distribution
zip
Requires
  • typo3/flow: *
  • ezyang/htmlpurifier: *
  • cocur/slugify: *
  • typo3/neos: *
2a15d7e4aa9e139bd2f5433010328f85cfecc2a7

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