PHPackages                             delboy1978uk/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. delboy1978uk/csv

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

delboy1978uk/csv
================

Converts a CSV file to either an SPL Array Object or just a plain array

v1.0(10y ago)022PHP

Since Jun 4Pushed 10y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (2)Used By (0)

csv
===

[](#csv)

PHP Static Class which converts a CSV file to either an SPL Array Object or just a plain array Installation
-----------------------------------------------------------------------------------------------------------

[](#php-static-class-which-converts-a-csv-file-to-either-an-spl-array-object-or-just-a-plain-arrayinstallation)

Insert the following into your composer.json

```
"delboy1978uk/csv":"v1.0"

```

Usage
-----

[](#usage)

```
use Del\Csv;

Csv::toArray($filename,$array_object = true);
```

You must supply a filename. Throws an Exception on not finding the file. If you pass true(default second param, you don't need to) then it will return an ArrayObject If you pass false then a plain PHP array will be returned

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

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

Unknown

Total

1

Last Release

4001d ago

### Community

Maintainers

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

---

Top Contributors

[![delboy1978uk](https://avatars.githubusercontent.com/u/2684575?v=4)](https://github.com/delboy1978uk "delboy1978uk (8 commits)")

### Embed Badge

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

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

###  Alternatives

[dklemmt/contao_dk_mmenu

Implementation of mmenu as an extension for the Contao Open Source CMS.

1578.7k](/packages/dklemmt-contao-dk-mmenu)[abhi1693/yii2-config

Yii2 manage configuration from database

1311.0k1](/packages/abhi1693-yii2-config)

PHPackages © 2026

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