Download the PHP package bluefrg/parsecsv without Composer
On this page you can find all versions of the php package bluefrg/parsecsv. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download bluefrg/parsecsv
More information about bluefrg/parsecsv
Files in bluefrg/parsecsv
Download bluefrg/parsecsv
More information about bluefrg/parsecsv
Files in bluefrg/parsecsv
Vendor bluefrg
Package parsecsv
Short Description Extend PHP's native CSV parsing from the SplFileObject class but provide features to use the first row's values as keys on the remaining rows.
License MIT
Package parsecsv
Short Description Extend PHP's native CSV parsing from the SplFileObject class but provide features to use the first row's values as keys on the remaining rows.
License MIT
Please rate this library. Is it a good library?
Informations about the package parsecsv
ParseCsv
Extend PHP's native CSV parsing from the SplFileObject class but provide features to use the first row's values as keys on the remaining rows.
There are other libraries which accomplish the similar thing, but they are memory inefficient and rely on their own (sometimes buggy) parsing implementation.
Given the example users.csv file:
The resulting output will be:
Install
All versions of parsecsv with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.1
The package bluefrg/parsecsv contains the following files
Loading the files please wait ....