PHPackages                             integrated/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. integrated/export-bundle

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

integrated/export-bundle
========================

Exports your Integrated content per content type to xml, csv or xlsx

1.0.1(10y ago)0771MITPHP

Since Dec 23Pushed 8y ago1 watchersCompare

[ Source](https://github.com/integratedfordevelopers/integrated-export-bundle)[ Packagist](https://packagist.org/packages/integrated/export-bundle)[ Docs](http://www.integratedfordevelopers.com)[ RSS](/packages/integrated-export-bundle/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (1)Versions (7)Used By (0)

IntegratedExportBundle
======================

[](#integratedexportbundle)

This bundle export data from collection 'content' to '.xml', '.csv' and '.xlsx' formats.

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

[](#requirements)

- phpoffice/phpexcel

Documentation
-------------

[](#documentation)

- [Integrated for developers website](http://www.integratedfordevelopers.com "Integrated for developers website")

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

[](#installation)

This bundle can be installed following these steps:

### Install using composer

[](#install-using-composer)

```
$ php composer.phar require integrated/export-bundle:~1.0

```

### Enable the bundle

[](#enable-the-bundle)

```
// app/AppKernel.php
public function registerBundles()
{
    return array(
        // ...
        new Integrated\Bundle\ExportBundle\IntegratedExportBundle()
        // ...
    );
}

```

### Import the routing

[](#import-the-routing)

```
# app/config/routing.yml
integrated_export:
    resource: @IntegratedExportBundle/Resources/config/routing.xml

```

License
-------

[](#license)

This bundle is under the MIT license. See the complete license in the bundle:

```
LICENSE

```

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

[](#contributing)

Pull requests are welcome. Please see our [CONTRIBUTING guide](http://www.integratedfordevelopers.com/contributing "CONTRIBUTING guide").

About
-----

[](#about)

This bundle is part of the Integrated project. You can read more about this project on the [Integrated for developers](http://www.integratedfordevelopers.com "Integrated for developers") website.

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 54.5% 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 ~171 days

Recently: every ~212 days

Total

6

Last Release

2988d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5710731?v=4)[Integrated Publishing Solutions](/maintainers/integrated)[@integrated](https://github.com/integrated)

---

Top Contributors

[![marijnotte](https://avatars.githubusercontent.com/u/6791447?v=4)](https://github.com/marijnotte "marijnotte (12 commits)")[![developerOptimum](https://avatars.githubusercontent.com/u/38356099?v=4)](https://github.com/developerOptimum "developerOptimum (6 commits)")[![jansanne](https://avatars.githubusercontent.com/u/1027048?v=4)](https://github.com/jansanne "jansanne (2 commits)")[![joenivl](https://avatars.githubusercontent.com/u/1433653?v=4)](https://github.com/joenivl "joenivl (1 commits)")[![koenprins](https://avatars.githubusercontent.com/u/4244625?v=4)](https://github.com/koenprins "koenprins (1 commits)")

---

Tags

exportIntegrated

### Embed Badge

![Health badge](/badges/integrated-export-bundle/health.svg)

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

###  Alternatives

[portphp/excel

Excel reader and writer for Port

25261.5k](/packages/portphp-excel)[kolay/xlsx-stream

Streaming XLSX reader and writer for PHP and Laravel. Constant memory regardless of file size, direct S3 multipart streaming, optional born-indexed random access.

436.0k](/packages/kolay-xlsx-stream)[silverstripe/staticpublisher

StaticPublisher provides an extensions for exporting a SilverStripe application to either a local or remote file systems.

2613.5k](/packages/silverstripe-staticpublisher)

PHPackages © 2026

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