PHPackages                             friendsofsulu/sulu-import-export-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. friendsofsulu/sulu-import-export-bundle

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

friendsofsulu/sulu-import-export-bundle
=======================================

Import/Export Bundle for Sulu 2 CMS

2.1(1y ago)14122↓90.7%6[5 issues](https://github.com/FriendsOfSulu/SuluImportExportBundle/issues)MITPHPPHP ^7.3|^8.0CI failing

Since Jan 3Pushed 1y ago2 watchersCompare

[ Source](https://github.com/FriendsOfSulu/SuluImportExportBundle)[ Packagist](https://packagist.org/packages/friendsofsulu/sulu-import-export-bundle)[ Docs](https://github.com/FriendsOfSulu/SuluImportExportBundle)[ RSS](/packages/friendsofsulu-sulu-import-export-bundle/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (23)Versions (9)Used By (0)

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

[](#requirements)

- PHP &gt;= 7.3
- Sulu 2.\*
- Symfony 4.4 / 5.\* / 6

### Install the bundle

[](#install-the-bundle)

Execute the following [composer](https://getcomposer.org/) command to add the bundle to the dependencies of your project:

```
composer require friendsofsulu/sulu-import-export-bundle
```

### Enable the bundle

[](#enable-the-bundle)

Enable the bundle by adding it to the list of registered bundles in the `config/bundles.php` file of your project:

```
return [
    /* ... */
    FriendsOfSulu\Bundle\SuluImportExportBundle\SuluImportExportBundle::class => ['all' => true],
];
```

### Configure the bundle

[](#configure-the-bundle)

If the doctrine database connection used by Sulu is not the 'default' DBAL connection you have to specify the connection name in the bundle's configuration.

```
# config/packages/sulu_import_export.yaml

sulu_import_export:
    dbal_connection: default
```

Configure the import and export paths in your `.env` in the following way.

```
MEDIA_PATH='var/uploads/media'

IMPORT_DIR='var/import/'
EXPORT_DIR='var/export/'
```

UPGRADE
-------

[](#upgrade)

### 1.1.1

[](#111)

Since version 1.1.1 it should be possible to change the path of the export and import easily. For this the ENV must be extended by the following variables. To map the same function as in the 1.0.0 version it is sufficient to leave the variables empty.

```
IMPORT_DIR=
EXPORT_DIR=
```

### 2.1.0

[](#210)

All namespaces have been renamed.

```
#old
TheCadien\Bundle\SuluImportExportBundle\

#new
FriendsOfSulu\Bundle\SuluImportExportBundle\
```

###  Health Score

39

—

LowBetter than 84% of packages

Maintenance42

Moderate activity, may be stable

Popularity22

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 87.9% of commits — single point of failure

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 ~272 days

Recently: every ~390 days

Total

7

Last Release

373d ago

Major Versions

1.2.1 → 2.0.02023-03-01

PHP version history (2 changes)1.0.0PHP ^7.3

1.2.0PHP ^7.3|^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/9395097?v=4)[Oliver Kossin](/maintainers/TheCadien)[@TheCadien](https://github.com/TheCadien)

---

Top Contributors

[![TheCadien](https://avatars.githubusercontent.com/u/9395097?v=4)](https://github.com/TheCadien "TheCadien (29 commits)")[![stollr](https://avatars.githubusercontent.com/u/1118790?v=4)](https://github.com/stollr "stollr (2 commits)")[![alexander-schranz](https://avatars.githubusercontent.com/u/1698337?v=4)](https://github.com/alexander-schranz "alexander-schranz (1 commits)")[![davidgorges](https://avatars.githubusercontent.com/u/3885619?v=4)](https://github.com/davidgorges "davidgorges (1 commits)")

---

Tags

cmsexportimportsulusulucmsexportimportsulusulucms

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/friendsofsulu-sulu-import-export-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/friendsofsulu-sulu-import-export-bundle/health.svg)](https://phpackages.com/packages/friendsofsulu-sulu-import-export-bundle)
```

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M388](/packages/easycorp-easyadmin-bundle)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.4M203](/packages/sulu-sulu)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9421.6k61](/packages/open-dxp-opendxp)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1616.4k14](/packages/2lenet-crudit-bundle)

PHPackages © 2026

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