PHPackages                             thecadien/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. thecadien/sulu-import-export-bundle

Abandoned → [FriendsOfSulu/SuluImportExportBundle](/?search=FriendsOfSulu%2FSuluImportExportBundle)Sulu-bundle[Utility &amp; Helpers](/categories/utility)

thecadien/sulu-import-export-bundle
===================================

Import/Export Bundle for Sulu 2 CMS

2.1(10mo ago)156.9k6[5 issues](https://github.com/FriendsOfSulu/SuluImportExportBundle/issues)MITPHPPHP ^7.3|^8.0

Since Jan 3Pushed 10mo ago2 watchersCompare

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

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

43

—

FairBetter than 91% of packages

Maintenance47

Moderate activity, may be stable

Popularity33

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity63

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

321d 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://www.gravatar.com/avatar/c793b674649a3e694c29cd770f7132afb69f47ad59c8d61caf10ca8d523279ae?d=identicon)[TheCadien](/maintainers/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/thecadien-sulu-import-export-bundle/health.svg)

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

###  Alternatives

[sulu/sulu

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

1.3k1.3M152](/packages/sulu-sulu)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[netgen/layouts-core

Netgen Layouts enables you to build and manage complex web pages in a simpler way and with less coding. This is the core of Netgen Layouts, its heart and soul.

3689.4k10](/packages/netgen-layouts-core)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)[codefog/contao-haste

haste extension for Contao Open Source CMS

42650.8k139](/packages/codefog-contao-haste)[sulu/skeleton

Project template for starting your new project based on the Sulu content management system

29733.3k](/packages/sulu-skeleton)

PHPackages © 2026

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