PHPackages                             kenowlee/csv-convert - 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. kenowlee/csv-convert

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

kenowlee/csv-convert
====================

Convertendo CSV para Array

v1.0.2(4y ago)2112[1 PRs](https://github.com/kenowlee/csv-convert/pulls)MITPHPPHP &gt;=5.2

Since Sep 23Pushed 4y agoCompare

[ Source](https://github.com/kenowlee/csv-convert)[ Packagist](https://packagist.org/packages/kenowlee/csv-convert)[ Docs](https://github.com/kenowlee/csv-convert)[ RSS](/packages/kenowlee-csv-convert/feed)WikiDiscussions main Synced 5d ago

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

CSV CONVERT
===========

[](#csv-convert)

Convertendo arquivos csv para array

Como usar:
----------

[](#como-usar)

```
require 'src/Convert.php';

$results = Convert\CSV::toArray('/path-to-file/file.csv', ',');

//Results
array(2) { [0]=> string(14) "22637212000111" [1]=> string(6) "171665" }
array(2) { [0]=> string(14) "52079369000112" [1]=> string(6) "172837" }
array(2) { [0]=> string(14) "51055810000101" [1]=> string(6) "173288" }
array(2) { [0]=> string(14) "12404336000148" [1]=> string(6) "138230" }
array(2) { [0]=> string(14) "21675698000188" [1]=> string(6) "169931" }
array(2) { [0]=> string(14) "99349416000441" [1]=> string(6) "172536" }
```

Parâmetros:
-----------

[](#parâmetros)

ParâmetroTipoDescrição`file``string`**Obrigatório**. Arquivo CSV`separator``string`Separador de coluna do CSV, Padrão *;*Arquivo CSV Exemplo
-------------------

[](#arquivo-csv-exemplo)

```
22637212000111,171665
52079369000112,172837
51055810000101,173288
12404336000148,138230
21675698000188,169931
99349416000441,172536
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

Total

3

Last Release

1694d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9e698c3b2d446dc785a23d8d2441c53de11da49839b5a2af47cf05cad7b87fdc?d=identicon)[kenowlee](/maintainers/kenowlee)

---

Top Contributors

[![kenowlee](https://avatars.githubusercontent.com/u/1216169?v=4)](https://github.com/kenowlee "kenowlee (10 commits)")

---

Tags

arrayconvertcsvconverter

### Embed Badge

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

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

###  Alternatives

[iamcal/php-emoji

This is a PHP library for dealing with Emoji, allowing you to convert between various native formats and displaying them using HTML.

1.3k481.1k](/packages/iamcal-php-emoji)[selective/transformer

A strictly typed array transformer with dot-access, fluent interface and filters.

3817.8k1](/packages/selective-transformer)

PHPackages © 2026

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