PHPackages                             fordbedia/simple-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. [API Development](/categories/api)
4. /
5. fordbedia/simple-csv-writer

ActiveLibrary[API Development](/categories/api)

fordbedia/simple-csv-writer
===========================

PHP simple csv writer

1.0.1(6y ago)06MITPHPPHP &gt;=7.1

Since Sep 16Pushed 6y ago1 watchersCompare

[ Source](https://github.com/fordbedia/simple-csv-writer)[ Packagist](https://packagist.org/packages/fordbedia/simple-csv-writer)[ Docs](https://github.com/fordbedia/simple-csv-writer)[ RSS](/packages/fordbedia-simple-csv-writer/feed)WikiDiscussions master Synced yesterday

READMEChangelog (2)DependenciesVersions (3)Used By (0)

simple-csv-writer
=================

[](#simple-csv-writer)

Installation
------------

[](#installation)

```
composer require fordbedia/simple-csv-writer

```

Sample Usage
------------

[](#sample-usage)

```
use SimpleCSVWriter\SimpleCSVWriter;

$csv = SimpleCSVWriter::create('testcsv');

$csv->addHeader('This is a test header');

$csv->addHeadColumn([
  'Header 1',
  'Header 2',
  'Header 3',
  'Header 4',
  'Header 5',
  'Header 6',
  'Header 7'
]);

$csv->addRow([
  'Row 1',
  'Row 2',
  'Row 3',
  'Row 4',
  'Row 5',
  'Row 6',
  'Row 7'
]);

$csv->close();

```

You can also instantiate the class

```
use SimpleCSVWriter\SimpleCSVWriter;

$csv = new SimpleCSVWriter('testcsv--with-instantiation');

$arr = [
  'Row 1',
  'Row 2',
  'Row 3',
  'Row 4',
  'Row 5',
  'Row 6',
  'Row 7'
];

$csv->addRow($arr);

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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

Total

2

Last Release

2431d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2a42034eead17b4bb671a0b54cdc61a006e235175013a44588f47afb80eeee4f?d=identicon)[fordbedia](/maintainers/fordbedia)

---

Top Contributors

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

---

Tags

apisdkcsv

### Embed Badge

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

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

###  Alternatives

[deepseek-php/deepseek-php-client

deepseek PHP client is a robust and community-driven PHP client library for seamless integration with the Deepseek API, offering efficient access to advanced AI and data processing capabilities.

47073.9k5](/packages/deepseek-php-deepseek-php-client)[jstolpe/instagram-graph-api-php-sdk

Instagram Graph API PHP SDK

13998.4k2](/packages/jstolpe-instagram-graph-api-php-sdk)

PHPackages © 2026

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