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

Version
2.1.1
Type
neos-package
Release Date
Jul 27, 2022 16:53
Source
git
Distribution
zip
Requires
  • ext-json: *
  • neos/flow: ^6.0 || ^7.0 || ^8.0
  • guzzlehttp/guzzle: ^7.0
Requires (dev)
  • roave/security-advisories: dev-latest
MIT 03f14e11f9a63f42de6631a78c25ac6d309d6d37

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