PHPackages                             bolstad/csv-writer - 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. bolstad/csv-writer

ActiveLibrary

bolstad/csv-writer
==================

Simple system for writing an array to CSV row by row

0.2(9y ago)12.3kMITPHPPHP &gt;=5.3.0

Since Mar 20Pushed 9y ago1 watchersCompare

[ Source](https://github.com/bolstad/csvwriter)[ Packagist](https://packagist.org/packages/bolstad/csv-writer)[ RSS](/packages/bolstad-csv-writer/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (2)Versions (4)Used By (0)

csvwriter
=========

[](#csvwriter)

Simple system for writing an array to CSV row by row

```
date_default_timezone_set('Europe/Stockholm');

$ding = new CsvWriter\SimpleCsvWrite('out.csv','data/');
$demo = array('id'=>1,'name'=>'A nice name','city'=>'location');
$ding->writeCsv($demo);
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

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.

###  Release Activity

Cadence

Every ~312 days

Total

3

Last Release

3450d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0ec058cc342db8fb862c97b2276cddd2127047ad6972140cbad9bff146a8825d?d=identicon)[bolstad](/maintainers/bolstad)

---

Top Contributors

[![bolstad](https://avatars.githubusercontent.com/u/62787?v=4)](https://github.com/bolstad "bolstad (15 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/bolstad-csv-writer/health.svg)

```
[![Health](https://phpackages.com/badges/bolstad-csv-writer/health.svg)](https://phpackages.com/packages/bolstad-csv-writer)
```

PHPackages © 2026

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