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

dev-main

Version
dev-main
Type
neos-package
Release Date
Jun 27, 2024 09:56
Source
git
Distribution
zip
Requires
  • php: ^8.1
  • ext-json: *
  • neos/flow: ^6.0 || ^7.0 || ^8.0
  • guzzlehttp/guzzle: ^7.0
Requires (dev)
  • roave/security-advisories: dev-latest
MIT ceca3b812c8ffeac1125fa885618354a6a07f261

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