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

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

jsnlib/export
=============

1.0.3(8y ago)015MITPHPPHP &gt;=5.2.4

Since Mar 8Pushed 8y agoCompare

[ Source](https://github.com/fdjkgh580/jsnlib-export)[ Packagist](https://packagist.org/packages/jsnlib/export)[ RSS](/packages/jsnlib-export/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (1)Versions (5)Used By (0)

jsnlib-export
=============

[](#jsnlib-export)

匯出 CSV

使用方式
----

[](#使用方式)

```
require_once '../vendor/autoload.php';

$result = \Jsnlib\Export::csv(new \Jsnlib\Ao(
[
    'TitleInfo' => ['編號', '姓名', '電話'],
    'ContentList' =>
    [
        ['1', '張先生', '0978-235-235'],
        ['4', '許小姐', '0978-233-111']
    ],
    'return_map' => true,
]));
```

### 輸出

[](#輸出)

```
"編號","姓名","電話"
"1","張先生","0978-235-235"
"4","許小姐","0978-233-111"

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity61

Established project with proven stability

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

Total

4

Last Release

2984d ago

### Community

Maintainers

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

---

Top Contributors

[![fdjkgh580-2](https://avatars.githubusercontent.com/u/60056647?v=4)](https://github.com/fdjkgh580-2 "fdjkgh580-2 (6 commits)")

---

Tags

exportexcelcsv

### Embed Badge

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

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

###  Alternatives

[maatwebsite/excel

Supercharged Excel exports and imports in Laravel

12.7k144.3M712](/packages/maatwebsite-excel)[shuchkin/simplecsv

Parse and retrieve data from CSV files. Export data to CSV.

5192.4k](/packages/shuchkin-simplecsv)[ikkez/f3-sheet

Some Excel and CSV utilities for PHP Fat-Free Framework

1314.5k](/packages/ikkez-f3-sheet)[phpnt/yii2-export

Yii2 It saves data in xls, csv, word, html, pdf files.

158.9k](/packages/phpnt-yii2-export)

PHPackages © 2026

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