PHPackages                             chadanuk/php\_csv\_browser - 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. chadanuk/php\_csv\_browser

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

chadanuk/php\_csv\_browser
==========================

010PHP

Since Aug 6Pushed 12y ago1 watchersCompare

[ Source](https://github.com/chadanuk/php_csv_browser)[ Packagist](https://packagist.org/packages/chadanuk/php_csv_browser)[ RSS](/packages/chadanuk-php-csv-browser/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

php\_csv\_browser
=================

[](#php_csv_browser)

Get specific information from any CSV

Retrieves a row of data based on a field/value combo.

After your file is upload initialise the CSV browser by parsing the file name to the constructor.

```
	$c = new CSV($filename);

```

Then use the finditem method to retrieve the row of data you want based on a field and value

```
	$data = $c->finditem('name', 'Dave');

```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[htmlburger/carbon-field-icon

Carbon Fields extension, that adds a Icon field type.

198.9k](/packages/htmlburger-carbon-field-icon)

PHPackages © 2026

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