PHPackages                             chrisullyott/php-csv - 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. chrisullyott/php-csv

ActiveLibrary

chrisullyott/php-csv
====================

CSV-to-array conversion in PHP.

v1.0.0(8y ago)071MITPHPPHP &gt;=5.3.0

Since Dec 24Pushed 8y agoCompare

[ Source](https://github.com/chrisullyott/php-csv)[ Packagist](https://packagist.org/packages/chrisullyott/php-csv)[ Docs](https://github.com/chrisullyott/php-csv)[ RSS](/packages/chrisullyott-php-csv/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependenciesVersions (2)Used By (0)

php-csv
=======

[](#php-csv)

CSV-to-array conversion in PHP.

### Installation

[](#installation)

With [Composer](https://getcomposer.org/):

```
$ composer require chrisullyott/php-csv

```

### Usage

[](#usage)

IDFirst NameLast Name15EthanHunt16JimPhelps17LutherStickell```
$parser = new CsvParser('/path/to/data.csv');

$items = $parser->getItems();

print_r($items);

```

```
Array
(
    [0] => Array
        (
            [id] => 15
            [first_name] => Ethan
            [last_name] => Hunt
        )

    [1] => Array
        (
            [id] => 16
            [first_name] => Jim
            [last_name] => Phelps
        )

    [2] => Array
        (
            [id] => 17
            [first_name] => Luther
            [last_name] => Stickell
        )

)

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity58

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

Unknown

Total

1

Last Release

3066d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6bbd75614cbb5b6d8c4e21a6564cb67f3d403532be5c02859f1078c087a35f74?d=identicon)[chrisullyott](/maintainers/chrisullyott)

---

Top Contributors

[![chrisullyott](https://avatars.githubusercontent.com/u/1007459?v=4)](https://github.com/chrisullyott "chrisullyott (6 commits)")

### Embed Badge

![Health badge](/badges/chrisullyott-php-csv/health.svg)

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

PHPackages © 2026

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