instride-ch / pimcore-data-definitions

Data Definitions Plugin for Pimcore
Other
77 stars 58 forks source link
export gui import pimcore pimcore-bundle pimcore-plugin

DataDefinitions

Software License Latest Stable Version

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.

Interface

Requirements

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

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