Download the PHP package sharapeco/csv-parser without Composer
On this page you can find all versions of the php package sharapeco/csv-parser. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package csv-parser
Simple CSV Parser for PHP
CSVParser can:
- Parse CSV from string
- Output indexed arrays or associative arrays
- Output CSV from associative arrays
Usage
Basic:
Associate with key:
Render CSV:
Settings
Key | Default value | Description |
---|---|---|
internal_encoding | 'UTF-8' | Encoding of internal data |
csv_encoding | 'UTF-8' | CSV input/output encoding |
delimiter | ',' | Delimiter of columns |
quotation | '"' | Character to quote values includes delimiter, new lines or quotation charater |
newline | "\n" | Character of newline |
All versions of csv-parser with dependencies
PHP Build Version
Package Version
Requires
php Version
*
The package sharapeco/csv-parser contains the following files
Loading the files please wait ....