Libraries tagged by php csv
k2gl/array-reader
285 Downloads
Read typed values from untyped arrays (JSON, CSV, config, request data) in PHP, with strict and lenient modes.
anik/dataset
64 Downloads
Dataset is a php package for importing & exporting data within CSV & Database
wilgucki/php-csv
61201 Downloads
Object oriented way of managing CSV files
philiprehberger/php-csv
68 Downloads
Memory-efficient CSV reader and writer with header mapping and type casting
pfuri/awesome-php-csv
28 Downloads
AwesomePHPCSV is a simple, fast & lightweight CSV parser built for PHP 5.3+
kingbeto/php-csv
1775 Downloads
Object oriented way of managing CSV files
jfsimon/php-csv
9 Downloads
Full featured CSV lib for PHP.
jeroenzwart/php-csv-iterator
1105 Downloads
A simple CSV reader, to read as array/object with PHP Iterator
g105b/phpcsv
17893 Downloads
Wraps SplFileObject's CSV capabilities with a more human approach
net_bazzline/php_component_csv
1082 Downloads
free as in freedom php component to easy up usage (reading and writing) of csv files for php 5.6 and above
doghouse-agency/php-table-multiformat
2 Downloads
Table output for PHP scripts (CLI, CSV, etc)
ecommit/csv-table-generator
10789 Downloads
Create a CSV file with PHP array.
csvtoolkit/csv-helper
16 Downloads
A PHP library for reading and writing CSV files with ease. CsvHelper supports custom delimiters, enclosures, and escape characters, providing flexible and efficient CSV data handling. It includes implementations using PHP's SplFileObject and other popular CSV libraries, ensuring compatibility with various CSV formats.
jerive/csvtool
19 Downloads
CSV file manipulation powered by PHP's fgetcsv
csv/csvtosql
15 Downloads
PHP class to extract data from (csv) file and transform it to (sql) file as insert statement.