PHPackages                             code-rhapsodie/ibexa-dataflow-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. [File &amp; Storage](/categories/file-storage)
4. /
5. code-rhapsodie/ibexa-dataflow-bundle

ActiveSymfony-bundle[File &amp; Storage](/categories/file-storage)

code-rhapsodie/ibexa-dataflow-bundle
====================================

Import / export bundle for Ibexa Content based on Code Rhapsodie Dataflow framework

v6.1.0(2mo ago)01.9k↓39%MITPHPPHP ^8.3

Since Dec 12Pushed 3mo ago2 watchersCompare

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

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

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

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

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`** except for `code-rhapsodie:dataflow:dump-schema` command.

Ibexa Dataflow VersionIbexa Content VersionStatus5.x4.x✅ 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/ibexa-dataflow-bundle
```

### Step 2: Enable the bundle

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

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

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

```
