PHPackages                             code-rhapsodie/ezdataflow-bundle - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. code-rhapsodie/ezdataflow-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

code-rhapsodie/ezdataflow-bundle
================================

Import/export bundle for Ibexa based on Code-Rhapsodie Dataflow

v4.1.2(2y ago)846.3k↓40%3MITPHPPHP ^7.4||^8.0CI failing

Since Oct 21Pushed 1y ago5 watchersCompare

[ Source](https://github.com/code-rhapsodie/ezdataflow-bundle)[ Packagist](https://packagist.org/packages/code-rhapsodie/ezdataflow-bundle)[ RSS](/packages/code-rhapsodie-ezdataflow-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (6)Versions (24)Used By (0)

Code Rhapsodie Ibexa Dataflow Bundle
====================================

[](#code-rhapsodie-ibexa-dataflow-bundle)

### ⚠️ This project has been relocated to [ibexa-dataflow-bundle](https://github.com/code-rhapsodie/ibexa-dataflow-bundle). All future development and issues will be tracked there.

[](#️-this-project-has-been-relocated-to-ibexa-dataflow-bundle--all-future-development-and-issues-will-be-tracked-there)

Ibexa DataflowBundle is a bundle integrating [Code Rhapsodie Dataflow bundle](https://github.com/code-rhapsodie/dataflow-bundle) into Ibexa 4.0+. Dataflows can be piloted from an interface integrated into the Ibexa backoffice. Ibexa Dataflow bundle is intended to manage content imports from external data sources.

> Note: before using this bundle, please read the [Code Rhapsodie Dataflow bundle documentation](https://github.com/code-rhapsodie/dataflow-bundle/blob/master/README.md).

> Command line notice: When you use Dataflow commands, **use `--siteaccess` instead of `--connection`** expect for `code-rhapsodie:dataflow:dump-schema` command.

Ibexa Dataflow VersionIbexa Content VersionStatus4.x4.x✅ Maintened3.x3.x✅ Maintened2.xeZ Platform 2.5❌ Not maintened1.xeZ Platform 2.5❌ Not maintainedUser Interface (UI)
-------------------

[](#user-interface-ui)

The UI lets you create workflow processes from any defined `DataflowTypes`, and set options to each.

Processes can be set to run either:

- only once, at a given date and time
- regularly, by defining the first run date and time, and the interval between subsequent runs

Installation
------------

[](#installation)

### Step 1: Install the bundle via composer

[](#step-1-install-the-bundle-via-composer)

```
$ composer require code-rhapsodie/ezdataflow-bundle
```

### Step 2: Enable the bundle

[](#step-2-enable-the-bundle)

> Note: The loading order between the Dataflow bundle and Ez Dataflow bundle is important. Dataflow must be loaded first.

Add those two lines in the `config/bundles.php` file:

```
