wwwision/import-service

Last activity 27 Jun 2024 10 2 9584
composer require wwwision/import-service

Generic service for importing data from different sources to configurable targets such as the Neos Content Repository or an arbitrary database table

2.0.0

Version
2.0.0
Type
neos-package
Release Date
Oct 07, 2021 16:06
Source
git
Distribution
zip
Requires
  • ext-json: *
  • neos/flow: ^6.0 || ^7.0
  • guzzlehttp/guzzle: ^7.0
Requires (dev)
  • roave/security-advisories: dev-latest
MIT 4844f39b3ddf9c7d603408d11a53d2f5c657b2c8

Readme excerpt

Wwwision.ImportService

Neos Flow package for importing data from different sources to configurable targets such as the Neos Content Repository or an arbitrary database table

Usage Setup

Install this package using composer via

composer require wwwision/import-service Define an Import Preset

Add some Import Preset configuration to your projects Settings.yaml, for example:

Wwwision: ImportService: presets: 'some-prefix:some-name': source: className: 'Wwwision\ImportService\DataSource\HttpDataSource' options: endpoint: 'https://some-endpoint.tld/data.json' target: className: '…
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 31 package(s).