PHPackages                             divante-ltd/pimcore-scheduled-export - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Queues &amp; Workers](/categories/queues)
4. /
5. divante-ltd/pimcore-scheduled-export

ActivePimcore-bundle[Queues &amp; Workers](/categories/queues)

divante-ltd/pimcore-scheduled-export
====================================

Scheduled Export lets you run ordinary grid exports in background.

v1.6.4(4y ago)510.3k2[1 issues](https://github.com/DivanteLtd/pimcore-scheduled-export/issues)[2 PRs](https://github.com/DivanteLtd/pimcore-scheduled-export/pulls)GPL-3.0-or-laterPHPCI failing

Since May 6Pushed 1y ago18 watchersCompare

[ Source](https://github.com/DivanteLtd/pimcore-scheduled-export)[ Packagist](https://packagist.org/packages/divante-ltd/pimcore-scheduled-export)[ Docs](https://www.divante.co/)[ RSS](/packages/divante-ltd-pimcore-scheduled-export/feed)WikiDiscussions master Synced today

READMEChangelog (10)Dependencies (10)Versions (42)Used By (0)

Scheduled Export
================

[](#scheduled-export)

[![Analysis Actions](https://github.com/DivanteLtd/pimcore-scheduled-export/workflows/Analysis/badge.svg?branch=master)](https://github.com/DivanteLtd/pimcore-scheduled-export/actions)[![Codacy Badge](https://camo.githubusercontent.com/135d53348401d022add40d1df5af198fa72ccdee30598bc765310ee8d3210e4a/68747470733a2f2f6170692e636f646163792e636f6d2f70726f6a6563742f62616467652f47726164652f3263353161343261343536633437633939373161376532613438626364366634)](https://www.codacy.com/app/Divante/pimcore-scheduled-export?utm_source=github.com&utm_medium=referral&utm_content=DivanteLtd/pimcore-scheduled-export&utm_campaign=Badge_Grade)[![Latest Stable Version](https://camo.githubusercontent.com/34a3296264e5ac7b1116cedfbdcb601f6a16b8c7141c88540e33a638a859bcbf/68747470733a2f2f706f7365722e707567782e6f72672f646976616e74652d6c74642f70696d636f72652d7363686564756c65642d6578706f72742f762f737461626c65)](https://packagist.org/packages/divante-ltd/pimcore-scheduled-export)[![Total Downloads](https://camo.githubusercontent.com/5f0b4b4bb9cba5ba2a253096755e75e7af60b2658e8f0d8a02ec483d3721596d/68747470733a2f2f706f7365722e707567782e6f72672f646976616e74652d6c74642f70696d636f72652d7363686564756c65642d6578706f72742f646f776e6c6f616473)](https://packagist.org/packages/divante-ltd/pimcore-scheduled-export)[![License](https://camo.githubusercontent.com/6d56ea69de111be0dcdbbc373a7211682a95f8780380d76a17bee58075cab7c7/68747470733a2f2f706f7365722e707567782e6f72672f646976616e74652d6c74642f70696d636f72652d7363686564756c65642d6578706f72742f6c6963656e7365)](https://github.com/DivanteLtd/divante-ltd/pimcore-scheduled-export/blob/master/LICENSE)

Scheduled Export lets you run ordinary grid exports in the background or using cli.

[![Scheduled Export](docs/example.png?raw=true "Scheduled Export")](docs/example.png?raw=true)

**Table of Contents**

- [Scheduled Export](#scheduled-export)
    - [Compatibility](#compatibility)
    - [Installing/Getting started](#installinggetting-started)
    - [Requirements](#requirements)
    - [Usage](#Usage)
    - [Testing](#testing)
    - [Contributing](#contributing)
    - [Licence](#licence)
    - [Standards &amp; Code Quality](#standards--code-quality)
    - [About Authors](#about-authors)

Compatibility
-------------

[](#compatibility)

This module is compatible with Pimcore 6.3.0 and higher.

Installing
----------

[](#installing)

```
composer require divante-ltd/pimcore-scheduled-export
```

Make sure the dependencies are enabled and installed:

```
./bin/console pimcore:bundle:enable ProcessManagerBundle
./bin/console pimcore:bundle:install ProcessManagerBundle
```

Enable the Bundle:

```
./bin/console pimcore:bundle:enable DivanteScheduledExportBundle
```

Requirements
------------

[](#requirements)

- Pimcore 6.3
- ProcessManager

Usage
-----

[](#usage)

Prepare a gridconfig that you want to export, open up ProcessManager, create a new Scheduled Export Executable. In the configuration window, select the folder you want to export, gridconfig and where the exported file should be saved.

Adjust other settings at your will.

Configure the schedule using ProcessManager's cron settings or run the export manually. Keep in mind, that currently there is no progress display support, so export will not be visible in Processes tab of the ProcessManager.

You can also run the export from the cli if desired:

```
bin/console scheduled-export:start -g 3 -f '/Product Data/Cars' -a '/Export' --filename 'cars' -t 1 --format '%s' -c 'o_key like "%Giu%"' --only-changes 1
```

Type `bin/console scheduled-export:start --help` to get detailed description of the parameters.

Testing
-------

[](#testing)

Unit Tests:

```
PIMCORE_TEST_DB_DSN="mysql://username:password@localhost/pimcore_test" \
    vendor/bin/phpunit
```

Functional Tests:

```
PIMCORE_TEST_DB_DSN="mysql://username:password@localhost/pimcore_test" \
    vendor/bin/codecept run -c tests/codeception.dist.yml
```

Contributing
------------

[](#contributing)

If you'd like to contribute, please fork the repository and use a feature branch. Pull requests are warmly welcome.

Licence
-------

[](#licence)

Pimcore Scheduled Export source code is completely free and released under the [GNU General Public License v3.0](https://github.com/DivanteLtd/divante-ltd/pimcore-scheduled-export/blob/master/LICENSE).

Standards &amp; Code Quality
----------------------------

[](#standards--code-quality)

This module respects all Pimcore code quality rules and our own PHPCS and PHPMD rulesets.

About Authors
-------------

[](#about-authors)

[![Divante-logo](https://camo.githubusercontent.com/bc1c14c75be0ef53c3c97ec254ff2503ecbe209e3785b48e111e7f82e0d5853a/687474703a2f2f646976616e74652e636f2f6c6f676f2d48472e706e67 "Divante")](https://camo.githubusercontent.com/bc1c14c75be0ef53c3c97ec254ff2503ecbe209e3785b48e111e7f82e0d5853a/687474703a2f2f646976616e74652e636f2f6c6f676f2d48472e706e67)

We are a Software House from Europe, existing from 2008 and employing about 150 people. Our core competencies are built around Magento, Pimcore and bespoke software projects (we love Symfony3, Node.js, Angular, React, Vue.js). We specialize in sophisticated integration projects trying to connect hardcore IT with good product design and UX.

We work for Clients like INTERSPORT, ING, Odlo, Onderdelenwinkel and CDP, the company that produced The Witcher game. We develop two projects: [Open Loyalty](http://www.openloyalty.io/ "Open Loyalty") - an open source loyalty program and [Vue.js Storefront](https://github.com/DivanteLtd/vue-storefront "Vue.js Storefront").

We are part of the OEX Group which is listed on the Warsaw Stock Exchange. Our annual revenue has been growing at a minimum of about 30% year on year.

Visit our website [Divante.co](https://divante.co/ "Divante.co") for more information.

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance23

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~34 days

Recently: every ~42 days

Total

32

Last Release

1510d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1809664?v=4)[Kuba Płaskonka](/maintainers/kubaplas)[@kubaplas](https://github.com/kubaplas)

---

Top Contributors

[![bramalho](https://avatars.githubusercontent.com/u/19567461?v=4)](https://github.com/bramalho "bramalho (30 commits)")[![kubaplas](https://avatars.githubusercontent.com/u/1809664?v=4)](https://github.com/kubaplas "kubaplas (15 commits)")[![fszenborn](https://avatars.githubusercontent.com/u/54931392?v=4)](https://github.com/fszenborn "fszenborn (12 commits)")[![t-zilla](https://avatars.githubusercontent.com/u/32539404?v=4)](https://github.com/t-zilla "t-zilla (6 commits)")[![wpeisert](https://avatars.githubusercontent.com/u/15231891?v=4)](https://github.com/wpeisert "wpeisert (2 commits)")[![vmalyk](https://avatars.githubusercontent.com/u/5318027?v=4)](https://github.com/vmalyk "vmalyk (2 commits)")[![sigere](https://avatars.githubusercontent.com/u/25523880?v=4)](https://github.com/sigere "sigere (1 commits)")

---

Tags

pimcorepimcore-bundlepimcorepimcore-plugin

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/divante-ltd-pimcore-scheduled-export/health.svg)

```
[![Health](https://phpackages.com/badges/divante-ltd-pimcore-scheduled-export/health.svg)](https://phpackages.com/packages/divante-ltd-pimcore-scheduled-export)
```

###  Alternatives

[coreshop/core-shop

CoreShop - Pimcore eCommerce

289197.5k10](/packages/coreshop-core-shop)[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.

8117.7k](/packages/instride-data-definitions)[dpfaffenbauer/process-manager

Process Manager helps you to see statuses for long running Processes

3289.3k2](/packages/dpfaffenbauer-process-manager)[youwe/workflow-gui

Workflow Configuration UI for Pimcore

2884.6k](/packages/youwe-workflow-gui)[divante-ltd/pimcore-magento2-bridge

Integration module allows to integrate Pimcore platform with Magento 2

3513.7k](/packages/divante-ltd-pimcore-magento2-bridge)[divante-ltd/pimcore-translation-bundle

Pimcore Translation Bundle

103.9k](/packages/divante-ltd-pimcore-translation-bundle)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
