Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems. Learn more →
CSV Alternatives
Similar projects and alternatives to CSV
-
Gaufrette
PHP library that provides a filesystem abstraction layer − will be a feast for your files!
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
-
-
-
-
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
-
-
filesystem
Filesystem Package provide a fluent, object-oriented interface for working with filesystem. (by glowyphp)
-
-
-
UnifiedArchive
UnifiedArchive - an archive manager with unified interface for different formats (bundled with cli utility). Supports all formats with basic operations (reading, extracting and creation) and popular formats specific features (compression level, password-protection, comment)
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
CSV discussion
CSV reviews and mentions
-
Following coding "convention"
Minimally, this rules out trying to use some explode() or preg_match() to do this. You could use str_getcsv. Or... you could go check out a library that solves this for you: like league/csv.
-
CSV importer with field mapping
I'd recommend https://packagist.org/packages/league/csv. You can find docs/examples here https://csv.thephpleague.com/.
-
How to query a CSV input in PHP as if it was a database table?
Take a look at https://csv.thephpleague.com/. This will make it easy to read in rows using a for loop and insert them into a database.
-
Need help in processing a CSV file with around a million lines.
Either use something like league/csv or use fgetcsv directly.
-
How to read a csv file in PHP?
I suggest https://csv.thephpleague.com/ as a replacement for reading CSV files.
- Cara Upload Banyak Data Sekaligus Dengan Laravel
- Importing .csv data to website.
-
Packing for importing/exporting csv files
https://github.com/thephpleague/csv is probably the most widely used.
-
A note from our sponsor - InfluxDB
influxdata.com | 26 Apr 2025
Stats
thephpleague/csv is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of CSV is PHP.