Download the PHP package belguinan/csv-simple-reader without Composer
On this page you can find all versions of the php package belguinan/csv-simple-reader. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download belguinan/csv-simple-reader
More information about belguinan/csv-simple-reader
Files in belguinan/csv-simple-reader
Download belguinan/csv-simple-reader
More information about belguinan/csv-simple-reader
Files in belguinan/csv-simple-reader
Vendor belguinan
Package csv-simple-reader
Short Description A lightweight, zero-dependency PHP library for reading, writing, and exporting CSV files. Works with PHP 5.4 and above.
License MIT
Homepage https://github.com/belguinan/csv-simple-reader
Package csv-simple-reader
Short Description A lightweight, zero-dependency PHP library for reading, writing, and exporting CSV files. Works with PHP 5.4 and above.
License MIT
Homepage https://github.com/belguinan/csv-simple-reader
Please rate this library. Is it a good library?
Informations about the package csv-simple-reader
CSV Simple Reader
A lightweight, zero-dependency PHP library for reading, writing, and exporting CSV files. Works with PHP 5.4 and above.
Features
- 🚀 Simple and intuitive API
- 📖 Memory-efficient reading of large files
- 💾 Export data to CSV files
- ⬇️ Direct CSV downloads
- 🔒 Secure file handling
- 0️⃣ Zero dependencies
- ✅ PHP 5.4+ compatible
Installation
Install via Composer:
Quick Start
Usage Guide
Reading CSV Files
Creating CSV Files
Downloading CSV Files
Chaining Operations
Error Handling
The library throws Exception
for various error conditions. It's recommended to wrap operations in try-catch blocks:
Common Exceptions
- File not found
- File not readable
- Directory not writable
- Invalid CSV data structure
- Memory stream errors
Best Practices
-
Reading Large Files
-
Setting Headers
- Error Handling
Examples
Export Users Table
Process CSV in Chunks
License
MIT License - feel free to use this library in your projects.
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
Support
For bugs and feature requests, please use the GitHub issue tracker.
All versions of csv-simple-reader with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
The package belguinan/csv-simple-reader contains the following files
Loading the files please wait ....