Libraries tagged by SplFileObject
league/csv
140577455 Downloads
CSV data manipulation made easy in PHP
bakame/csv
81 Downloads
CSV data manipulation made easy in PHP
neclimdul/splfileobject_wrappers
849 Downloads
Helpers for using SplFileObjects in some modern contexts.
arne-groskurth/temp-file
34480 Downloads
TempFile is a small library inspired by the SplTempFileObject providing solutions for commonly occurring tasks when dealing with temporary files.
onemightyroar/php-filemanager
11990 Downloads
Object Oriented File Management
volcanus/csv-parser
9047 Downloads
CSV Parser for SplFileObject
csvtoolkit/csv-helper
7 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.
bluefrg/parsecsv
7497 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.
kherge/file
2182 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
668 Downloads
A simple extension of the PHP \SplFileObject class
inwebo/csv-reader
0 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
17836 Downloads
Wraps SplFileObject's CSV capabilities with a more human approach