PHPackages                             tadeuu/csv\_reader\_php - 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. tadeuu/csv\_reader\_php

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

tadeuu/csv\_reader\_php
=======================

Read File CSV

1.0.2(10y ago)019PHP &gt;=5.3.9

Since Jun 28Compare

[ Source](https://github.com/Thadeu/CsvReader)[ Packagist](https://packagist.org/packages/tadeuu/csv_reader_php)[ RSS](/packages/tadeuu-csv-reader-php/feed)WikiDiscussions Synced 2d ago

READMEChangelogDependencies (2)Versions (3)Used By (0)

CSV Reader File PHP
===================

[](#csv-reader-file-php)

Class para ler arquivos CSV pelo PHP

Como Usar
---------

[](#como-usar)

- Composer.json

```
composer require tadeuu/csv_reader_php

```

- Namespace

```
use ThadeuEsteves\Csv;

```

- Lendo arquivo

```
$file = "file.csv";
$arr = Csv::read($file);

```

- Imprimindo

```
print_r($arr);
=> return Array()

```

Melhorias
---------

[](#melhorias)

Agradeço quem quiser ajudar a melhorar o projeto.

Dependências
------------

[](#dependências)

- PHP:
- Composer:

License
-------

[](#license)

Copyright (C) 2016

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 87.5% 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

3655d ago

PHP version history (2 changes)1.0.0PHP ^5.3.3 || ^7.0

1.0.2PHP &gt;=5.3.9

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/29801664?v=4)[tadeuu](/maintainers/tadeuu)[@tadeuu](https://github.com/tadeuu)

---

Top Contributors

[![thadeu](https://avatars.githubusercontent.com/u/77889?v=4)](https://github.com/thadeu "thadeu (7 commits)")[![hirohitopg](https://avatars.githubusercontent.com/u/2105579?v=4)](https://github.com/hirohitopg "hirohitopg (1 commits)")

###  Code Quality

Code StylePHP\_CodeSniffer

### Embed Badge

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

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

###  Alternatives

[leongersen/nouislider

5.8k163.9k1](/packages/leongersen-nouislider)[nativephp/desktop

NativePHP for Desktop

39742.4k8](/packages/nativephp-desktop)[parfaitementweb/filament-country-field

Country dropdown with ISO 3166 options values

19194.2k1](/packages/parfaitementweb-filament-country-field)[drupalonwindows/netphp

3117.1k](/packages/drupalonwindows-netphp)

PHPackages © 2026

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