PHPackages                             bingher/export\_table - 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. bingher/export\_table

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

bingher/export\_table
=====================

export data list to excel xlsx

0.0.1(2y ago)02MITPHPPHP ^7.4 || ^8.0

Since Aug 11Pushed 2y ago1 watchersCompare

[ Source](https://github.com/hbh112233abc/export_table)[ Packagist](https://packagist.org/packages/bingher/export_table)[ RSS](/packages/bingher-export-table/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

php library for export excel
============================

[](#php-library-for-export-excel)

usage
-----

[](#usage)

```
$data = [
    [
        'id' => 1,
        'name' => 'Jon',
        'age' => 18,
        'header' => './upload/1.jpg',
    ],
    [
        'id' => 2,
        'name' => 'Lucy',
        'age' => 16,
        'header' => './upload/2.jpg',
    ],
];
$headers = ['ID','姓名','年龄','头像'];
$et = new Bingher\ExportTable\ExportTable;
$et->data($data,$headers)->output();

```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 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

Unknown

Total

1

Last Release

1058d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7788164?v=4)[huangbinghe](/maintainers/hbh112233abc)[@hbh112233abc](https://github.com/hbh112233abc)

---

Top Contributors

[![hbh112233abc](https://avatars.githubusercontent.com/u/7788164?v=4)](https://github.com/hbh112233abc "hbh112233abc (2 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/bingher-export-table/health.svg)

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

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M3.1k](/packages/craftcms-cms)[kimai/kimai

Kimai - Time Tracking

4.8k9.0k1](/packages/kimai-kimai)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

751291.4k43](/packages/civicrm-civicrm-core)[yajra/laravel-datatables-export

Laravel DataTables Queued Export Plugin.

362.2M4](/packages/yajra-laravel-datatables-export)[solspace/craft-freeform

The most flexible and user-friendly form building plugin!

54681.3k19](/packages/solspace-craft-freeform)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1616.4k14](/packages/2lenet-crudit-bundle)

PHPackages © 2026

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