Registry / serialization / keboola-csv

keboola-csv

JSON →
library4.1.0phppackagistunverified

Keboola CSV reader and writer for PHP.

composer require keboola/csv
INSTALL
IMPORT
SIG · KEBOOLA-CSV
K
keboola-csv
serializationphpv4.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

CsvFile
use Keboola\Csv\CsvFile;

Read a CSV file row by row.

use Keboola\Csv\CsvFile; $csv = new CsvFile('data.csv'); foreach ($csv as $row) { print_r($row); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.1.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
keboola-csv — pip install keboola-csv · libregistry