instride / data-definitions
Data Definitions allows you to define your DataObject Imports and Exports using a nice GUI and re-run the definitions as often you like.
Installs: 3 363
Dependents: 0
Suggesters: 0
Security: 0
Stars: 79
Watchers: 11
Forks: 58
Open Issues: 60
Type:pimcore-bundle
Requires
- php: >=8.1
- ext-json: *
- coreshop/pimcore-bundle: ^4.0
- coreshop/resource-bundle: ^4.0
- coreshop/rule-bundle: ^4.0
- jms/serializer: ^3.17
- league/csv: ^9.7
- nyholm/psr7: ^1.5
- openspout/openspout: ^4.23
- pimcore/admin-ui-classic-bundle: ^1.4
- pimcore/pimcore: ^11.0
- psr/http-client-implementation: ^1.0
- psr/http-factory-implementation: ^1.0
- symfony/dotenv: ^6.3 | ^7.0
- symfony/http-client: ^6.3 | ^7.0
Requires (Dev)
- behat/behat: ^3.8
- friends-of-behat/symfony-extension: ^2.1
- phpstan/phpstan: ^1.5
- phpstan/phpstan-doctrine: ^1.3
- phpstan/phpstan-symfony: ^1.1
- phpstan/phpstan-webmozart-assert: ^1.1
- roave/security-advisories: dev-latest
- symplify/easy-coding-standard: ^11
Suggests
- dpfaffenbauer/process-manager: Allows to start Imports/Exports from within Pimcore UI and also tracks Status of current processes.
- guzzlehttp/psr7: For downloading external data like Images
Conflicts
- guzzlehttp/psr7: < 2.0
- 5.1.2
- 5.1.1
- 5.1.0
- 5.0.x-dev
- 5.0.0
- 4.1.3
- 4.1.2
- 4.1.1
- 4.1.0
- 4.0.x-dev
- 4.0.0
- 4.0.0.beta6
- 4.0.0.beta5
- 4.0.0.beta4
- 4.0.0.beta3
- 4.0.0.beta2
- 4.0.0.beta1
- 3.2.x-dev
- 3.2.7
- 3.2.6
- 3.2.5
- 3.2.4
- 3.2.3
- 3.2.2
- 3.2.1
- 3.2.0
- 3.1.x-dev
- 3.1.1
- 3.1.0
- 3.0.x-dev
- 3.0.5
- 3.0.4
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
- 2.3.x-dev
- 2.3.0
- 2.2.x-dev
- 2.2.3
- 2.2.2
- 2.2.1
- 2.2.0
- 2.1.x-dev
- 2.1.4
- 2.1.3
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.x-dev
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 2.0.0-rc.1
- 2.0.0-beta.2
- 2.0.0-beta.1
- 2.0.0-alpha.4
- 2.0.0-alpha.3
- 2.0.0-alpha.2
- 2.0.0-alpha.1
- 1.2.x-dev
- 1.2.2
- 1.2.1
- 1.2.0
- 1.0.0
- dev-dpfaffenbauer-patch-3
- dev-dpfaffenbauer-patch-2
- dev-fixes
- dev-dpfaffenbauer-patch-1
- dev-next
- dev-dkarlovi-patch-1
This package is auto-updated.
Last update: 2024-10-28 09:47:00 UTC
README
Data Definitions allows you to define your DataObject Imports and Exports using a nice GUI and re-run the definitions as often you like. Everything within Data Definitions is extendable.
Requirements
- Pimcore 11
Getting started
# Install via composer
composer require instride/data-definitions
// Add to config/bundles.php return [ // ... Instride\DataDefinitionsBundle\DataDefinitionsBundle::class => ['all' => true], ];
# Install the bundle via command-line
bin/console pimcore:bundle:install DataDefinitionsBundle
- Reload Pimcore
- Open Settings -> Import Definitions or Export Definitions
Documentation
License
instride AG, Sandgruebestrasse 4, 6210 Sursee, Switzerland
instride.ch, connect@instride.ch
Copyright © 2024 instride AG. All rights reserved.
For licensing details please visit LICENSE.md