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.
Package info
github.com/instride-ch/pimcore-data-definitions
Type:pimcore-bundle
pkg:composer/instride/data-definitions
Requires
- php: >=8.3
- ext-json: *
- coreshop/pimcore-bundle: ^5.0
- coreshop/resource-bundle: ^5.0
- coreshop/rule-bundle: ^5.0
- jms/serializer: ^3.17
- league/csv: ^9.7
- nyholm/psr7: ^1.5
- openspout/openspout: ^4.23
- pimcore/admin-ui-classic-bundle: ^2.0
- pimcore/pimcore: ^12.0
- psr/http-client-implementation: ^1.0
- psr/http-factory-implementation: ^1.0
- symfony/http-client: ^7.4
Requires (Dev)
- behat/behat: ^3.8
- friends-of-behat/symfony-extension: ^2.1
- phpstan/phpstan: ^2.0
- phpstan/phpstan-doctrine: ^2.0
- phpstan/phpstan-symfony: ^2.0
- phpstan/phpstan-webmozart-assert: ^2.0
- roave/security-advisories: dev-latest
- symfony/dotenv: ^7.4
- symfony/runtime: ^7.4
- symplify/easy-coding-standard: ^11
Suggests
- guzzlehttp/psr7: For downloading external data like Images
This package is auto-updated.
Last update: 2026-05-30 03:29:23 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 12
Getting started
# Install via composer
composer require instride/data-definitions
// Add to config/bundles.php return [ // ... \Instride\Bundle\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

