Libraries tagged by array to csv
chrisullyott/php-csv
71 Downloads
CSV-to-array conversion in PHP.
frankphper/csv
17 Downloads
CSV FILE TO ARRAY.
cliveportman/csv-to-json
6 Downloads
Takes a CSV file and converts each row into a keyed array.
chrgriffin/collection-macro-csv
1 Downloads
Laravel Collection macro: convert a collection to a CSV-ready array or string.
delboy1978uk/csv
22 Downloads
Converts a CSV file to either an SPL Array Object or just a plain array
ospina/csv-to-browser
6 Downloads
Generate CSV files from arrays and send them directly into the browser
jd/csv-objects
762 Downloads
Library to import CSV or XLSX files into an array of objects according to an specified definition
brandonsaunders/csv-reporting-utility
1050 Downloads
A package to generate a CSV report from a data array.
voilab/csv
93 Downloads
CSV parser that uses `fgetcsv` to parse file, string, streams or arrays, extract columns and provide per-column method to manipulate data.
shimabox/smbarrayto
1491 Downloads
Array to csv, tsv, ltsv, xml, json, ...
mbarquin/import-export-legacy
23 Downloads
Helper to read csv and fixed-line files into named and validated arrays, or to export arrays into csv or fixed-line files. It uses iconv to change data codification.
wundii/data-mapper-laravel-package
10 Downloads
A Laravel integration for wundii/data-mapper, modern and fast object mapper for PHP 8.2+. Strict types. Converts CSV, JSON, XML, YAML, NEON, arrays, and objects to PHP objects.
otzy/spreadsheet2array
93 Downloads
Extracts tables from spreadsheet to PHP array
sostheng/entity-portation-bundle
33 Downloads
This is a bundle that allows you to simply export entities arrays using PHPExcel
jtkendall/kurin
86 Downloads
A simple library to load and clean your CSV file into PHP arrays with named keys.