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

Version
2.2.1
Type
neos-package
Release Date
May 17, 2024 08:22
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 a5cfcb3e85467b4e6b23d2a05346628fcb9dd96b

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