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

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

kematjaya/export-bundle
=======================

help to export various format output

7.0(1y ago)11.8kMITPHP

Since Dec 11Pushed 1y ago1 watchersCompare

[ Source](https://github.com/kematjaya0/export-bundle)[ Packagist](https://packagist.org/packages/kematjaya/export-bundle)[ RSS](/packages/kematjaya-export-bundle/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (9)Versions (8)Used By (0)

export-bundle
=============

[](#export-bundle)

export module to excel, pdf, or etc for symfony app If you install this component outside of a Symfony application, you can use [kematjaya/export](https://github.com/kematjaya0/export)

1. installation

```
composer require kematjaya/export-bundle

```

2. add to config/bundles.php

```
...
Kematjaya\ExportBundle\ExportBundle::class => ['all' => true]
...

```

3. using inside Controller

```
// src/Controller/TestController.php

...
use Kematjaya\Export\Processor\Excel\PHPSpreadsheetProcessor; // convert array to excel document
use Kematjaya\Export\Processor\Excel\HtmlToExcel;    // convert html to excel document
use Kematjaya\Export\Processor\PDF\DOMPDFProcessor; // convert html to PDF document
use Kematjaya\Export\Manager\ManagerInterface;
...

public function pdfDocument(ManagerInterface $exportManager)
{
    // html to pdf
    $pdf = $exportManager->render('TEST', new DOMPDFProcessor('doc.pdf'));

    // html to excel
    $htmlToExcel = $manager->render('', new HtmlToExcel('doc.xls'));

    // array to excel
    $data = [
        ['a', 'b', 'c']
    ];
    $arrayToExcel = $manager->render($data, new PHPSpreadsheetProcessor());
}
...

```

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance42

Moderate activity, may be stable

Popularity17

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~250 days

Recently: every ~363 days

Total

7

Last Release

480d ago

Major Versions

1.1.1 → 2.02021-01-31

2.1.1 → 7.02025-01-23

### Community

Maintainers

![](https://www.gravatar.com/avatar/f2cf191329e1adc930a168a7d3baeda8517b7982184820692163a5baa72e3965?d=identicon)[kematjaya0](/maintainers/kematjaya0)

---

Top Contributors

[![kematjaya0](https://avatars.githubusercontent.com/u/36223951?v=4)](https://github.com/kematjaya0 "kematjaya0 (9 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[pentatrion/vite-bundle

Vite integration for your Symfony app

2755.3M13](/packages/pentatrion-vite-bundle)[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)

PHPackages © 2026

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