Libraries tagged by SplFileObject
league/csv
186740735 Downloads
CSV data manipulation made easy in PHP
bakame/csv
83 Downloads
CSV data manipulation made easy in PHP
neclimdul/splfileobject_wrappers
3509 Downloads
Helpers for using SplFileObjects in some modern contexts.
csvtoolkit/csv-helper
75 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.
arne-groskurth/temp-file
38167 Downloads
TempFile is a small library inspired by the SplTempFileObject providing solutions for commonly occurring tasks when dealing with temporary files.
volcanus/csv-parser
9559 Downloads
CSV Parser for SplFileObject
bluefrg/parsecsv
7768 Downloads
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.
onemightyroar/php-filemanager
11999 Downloads
Object Oriented File Management
kherge/file
2183 Downloads
An extension of SplFileObject that uses exceptions.
polisadov/csv
14666 Downloads
Csv data manipulation made easy in PHP
mosaxiv/stream-filter-mbencoding
13 Downloads
Provides some PHP stream filter for mb_convert_encoding.
mordilion/pipeline
48 Downloads
A PHP-Library to have an easy way to write a configurable transfer/export with different kinds of interfaces.
dcarbone/file-object-plus
731 Downloads
A simple extension of the PHP \SplFileObject class
inwebo/csv
3 Downloads
This PHP class, provides a simple yet powerful way to read and process CSV files. Built as an extension of PHP's SplFileObject, it offers advanced features like column name mapping, data filtering, and sanitization to streamline your CSV processing tasks.
g105b/phpcsv
17895 Downloads
Wraps SplFileObject's CSV capabilities with a more human approach