lukaschel/pimcore-data-save-handler

Pimcore bundle to automate data object storaging

Installs: 31

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:pimcore-bundle

pkg:composer/lukaschel/pimcore-data-save-handler

1.0.0 2019-03-20 11:26 UTC

This package is auto-updated.

Last update: 2025-09-21 01:18:07 UTC


README

With this bundle its possible to automate storaging of pimcore data objects. This means automatic namescheming and folder building.

Installation

"require" : {
    "lukaschel/pimcore-data-save-handler" : "~1.0.0"
}

Usage

The bundle listens on the pimcore.dataobject.preUpdate Event so it is possible to build folders and names by data object fields.

pimcore_data_save_handler:
    custom_save_handling:
        Pimcore\Model\DataObject\TestObject:
            key: '{email}'
            path: '/test/{domain}/'

Copyright and license

For licensing details please visit LICENSE.md