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

Version
2.0.3
Type
typo3-flow-package
Release Date
Mar 27, 2017 07:05
Source
git
Distribution
zip
Requires
  • typo3/flow: *
  • ezyang/htmlpurifier: *
  • cocur/slugify: *
  • typo3/neos: *
ca0722b093a8508e02edde7ea61eb0a74aa83ea8

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