PHPackages                             tricd/easy-phpexcel - 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. [PDF &amp; Document Generation](/categories/documents)
4. /
5. tricd/easy-phpexcel

ActiveLibrary[PDF &amp; Document Generation](/categories/documents)

tricd/easy-phpexcel
===================

It's a simple wrapper to support easy Excel document creation with PHPExcel

46953PHP

Since Jun 14Pushed 11y ago2 watchersCompare

[ Source](https://github.com/tredmann/easy-phpexcel)[ Packagist](https://packagist.org/packages/tricd/easy-phpexcel)[ RSS](/packages/tricd-easy-phpexcel/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

easy-phpexcel
=============

[](#easy-phpexcel)

It's a simple wrapper to support easy Excel document creation with PHPExcel

Usage
-----

[](#usage)

The following minimal example will create an Excel file.

```
$data = array(
	'Name'  => 'Redmann',
	'Sex'   => 'male'
);

$excel = new EasyPHPExcel('My first Excel');

$excel->setHeader(array_keys($data))
		->addRow(array_values($data))
		->save('example1.xlsx');

```

That's it. Really! It's that simple.

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/ce62843fe1df789ccf6cd74730b2c56b8b0a173e4df76fd3762cc6188126844d?d=identicon)[tobias.redmann](/maintainers/tobias.redmann)

---

Top Contributors

[![tredmann](https://avatars.githubusercontent.com/u/2635078?v=4)](https://github.com/tredmann "tredmann (1 commits)")

### Embed Badge

![Health badge](/badges/tricd-easy-phpexcel/health.svg)

```
[![Health](https://phpackages.com/badges/tricd-easy-phpexcel/health.svg)](https://phpackages.com/packages/tricd-easy-phpexcel)
```

###  Alternatives

[tarfin-labs/easy-pdf

Makes pdf processing easy.

1719.9k](/packages/tarfin-labs-easy-pdf)

PHPackages © 2026

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