PHPackages                             bbear/mbexcel - 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. bbear/mbexcel

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

bbear/mbexcel
=============

v0.0.3(8y ago)010LGPLPHPPHP &gt;=5.4.0

Since Nov 23Pushed 8y ago1 watchersCompare

[ Source](https://github.com/hululidexiong/MBExcel)[ Packagist](https://packagist.org/packages/bbear/mbexcel)[ RSS](/packages/bbear-mbexcel/feed)WikiDiscussions master Synced 3w ago

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

Example：
--------

[](#example)

```
use MBExcel\Factory;

define('APP_ROOT' , __DIR__);

//传入excel的保存路径
$excel = new Factory( APP_ROOT );

$data = array(
    array(
        'name' => '武帅',
        'phone' => '13334343344',
    ),
    array(
        'name' => '乔辉',
        'phone' => '13334343345',
    )
);
$e = $excel->easyExport($data);
//var_dump($e);

//数据量大的时候允许分段写入
$e = $excel->easyExport($data , 'first');
$e = $excel->easyExport($data , 'continue' , $e['ident']);
$e = $excel->easyExport(array() , 'end' , $e['ident']);
//var_dump($e);
```

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

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 ~0 days

Total

3

Last Release

3143d ago

### Community

Maintainers

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

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/bbear-mbexcel/health.svg)

```
[![Health](https://phpackages.com/badges/bbear-mbexcel/health.svg)](https://phpackages.com/packages/bbear-mbexcel)
```

###  Alternatives

[netgen/information-collection-bundle

Information collection alike feature for Ibexa Platform

1945.8k11](/packages/netgen-information-collection-bundle)[sintret/yii2-gii-adminlte

Yii2 Generator extension for Gii plugin with adminlte and base on dynagrid. upload excel to system to with log upload

209.6k2](/packages/sintret-yii2-gii-adminlte)[padosoft/php-oara

The goal of the Open Affiliate Report Aggregator (OARA) is to develop a set of PHP classes that can download affiliate reports from a number of affiliate networks, and store the data in a common format.

1811.4k1](/packages/padosoft-php-oara)

PHPackages © 2026

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