PHPackages                             miquido/csv-file-reader - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [PDF &amp; Document Generation](/categories/documents)
4. /
5. miquido/csv-file-reader

ActiveLibrary[PDF &amp; Document Generation](/categories/documents)

miquido/csv-file-reader
=======================

CSV Reader library

v1.0.0(7y ago)558MITPHPPHP ^7.1.3

Since Oct 5Pushed 7y ago3 watchersCompare

[ Source](https://github.com/miquido/csv-file-reader)[ Packagist](https://packagist.org/packages/miquido/csv-file-reader)[ Docs](https://github.com/miquido/csv-file-reader)[ RSS](/packages/miquido-csv-file-reader/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)Dependencies (6)Versions (3)Used By (0)

[![Build](https://camo.githubusercontent.com/7a015180be80f4b93fa8dabb7ffeb0ccf35663013de098d0c6bda98e592d868d/68747470733a2f2f7472617669732d63692e6f72672f6d69717569646f2f6373762d66696c652d7265616465722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/miquido/csv-file-reader)[![Maintainability](https://camo.githubusercontent.com/3d55a656ef1d61c349816c720147d0f50e40904b6d5e8a589c263a718c8c7217/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f64376231616464623461313465616239636234382f6d61696e7461696e6162696c697479)](https://codeclimate.com/github/miquido/csv-file-reader/maintainability)[![Test Coverage](https://camo.githubusercontent.com/d6284372dbf778cae9f9a6118b27292884d18e314457ae7d41ccb9a63b591d66/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f64376231616464623461313465616239636234382f746573745f636f766572616765)](https://codeclimate.com/github/miquido/csv-file-reader/test_coverage)[![MIT Licence](https://camo.githubusercontent.com/fabb40ab22588a0746bb0916ed92739171bde7fb31f281c627aa588bcba62cc2/68747470733a2f2f6261646765732e66726170736f66742e636f6d2f6f732f6d69742f6d69742e7376673f763d313033)](https://opensource.org/licenses/mit-license.php)

CSV File Reader
===============

[](#csv-file-reader)

- [Installation guide](#installation)
- [Code Samples](#code-samples)
- [Contributing](#contributing)

Installation
------------

[](#installation)

Use [Composer](https://getcomposer.org) to install the package:

```
composer require miquido/csv-file-reader
```

Code Samples
------------

[](#code-samples)

- [Simple read a csv file example](#simple-read-a-csv-file-example)
- [Process a file as a stream](#process-a-file-as-a-stream)
- [Using data transformer and error handler](#using-data-transformer)
- [Batch processing](#batch-processing)

### Simple read a csv file example

[](#simple-read-a-csv-file-example)

```
