PHPackages                             inteleon/export-builder - 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. inteleon/export-builder

ActiveLibrary

inteleon/export-builder
=======================

Export data to pdf and csv

1.1.5(7y ago)015.8kMITPHPPHP &gt;=5.4

Since Aug 25Pushed 7y ago14 watchersCompare

[ Source](https://github.com/inteleon/export-builder)[ Packagist](https://packagist.org/packages/inteleon/export-builder)[ Docs](https://github.com/inteleon/export-builder)[ RSS](/packages/inteleon-export-builder/feed)WikiDiscussions master Synced 2mo ago

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

export-builder
==============

[](#export-builder)

[![Latest Version on Packagist](https://camo.githubusercontent.com/13f721d1e0249a3d5d90005159cea1895a570f75e6a72d013003603b95d76274/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f696e74656c656f6e2f6578706f72742d6275696c6465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/inteleon/export-builder)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Total Downloads](https://camo.githubusercontent.com/54005cef5dbdb613403d34f32fcab337f0f7eca1a9b5bc3e8db20b1aabb02ae0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f696e74656c656f6e2f6578706f72742d6275696c6465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/inteleon/export-builder)

Install
-------

[](#install)

Via Composer

```
$ composer require inteleon/export-builder
```

Usage
-----

[](#usage)

```
(new ReportBuilder())
->title('Random data')
->text('Period: Big bang - Future')

->addColumn('first', 47.5, null)
->addColumn('second',  47.5, null)
->addColumn('third', 47.5, '5678', true)
->addColumn('fourth', 47.5, '1234', false)

->numAmountColumns(2)
->data($data)
->addAccountingOrder(true)

->filename('report_test')
->exporter('pdf')
->render();

```

Change log
----------

[](#change-log)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Testing
-------

[](#testing)

```
$ composer test
```

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

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) and [CONDUCT](CONDUCT.md) for details.

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 53.8% 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 ~108 days

Recently: every ~85 days

Total

8

Last Release

2789d ago

### Community

Maintainers

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

---

Top Contributors

[![derivatan](https://avatars.githubusercontent.com/u/10063585?v=4)](https://github.com/derivatan "derivatan (7 commits)")[![dlnilsson](https://avatars.githubusercontent.com/u/1218385?v=4)](https://github.com/dlnilsson "dlnilsson (5 commits)")[![nash-smspark](https://avatars.githubusercontent.com/u/31212001?v=4)](https://github.com/nash-smspark "nash-smspark (1 commits)")

---

Tags

inteleonexport-builder

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/inteleon-export-builder/health.svg)

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

PHPackages © 2026

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