PHPackages                             tranquilo/parsecsv - 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. tranquilo/parsecsv

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

tranquilo/parsecsv
==================

A simple CSV parser, returns a multidimensional array. The class is very easy to install and use within a PSR compatiable psr compati

1.0.0(8y ago)114Apache-2.0PHP

Since Apr 29Pushed 7y ago1 watchersCompare

[ Source](https://github.com/frankmckechnie/Tranquilo-parse-csv)[ Packagist](https://packagist.org/packages/tranquilo/parsecsv)[ RSS](/packages/tranquilo-parsecsv/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

\##Parse-csv

Tranquilo Parse-csv is a miniscule PHP application library. The library allows you to pass a csv file where some validation is done to insure your data is given back within an array.

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

[](#installation)

You can install this library using Composer:

```
$ composer require tranquilo/parsecsv

This project requires PHP 5.5 and has no dependencies.

The code is intended to comply with [PSR-1](http://www.php-fig.org/psr/psr-1/), [PSR-2](http://www.php-fig.org/psr/psr-2/), and [PSR-4](http://www.php-fig.org/psr/psr-4/). If you find any issues related to standards compliance, please send a pull request!
```

Examples
--------

[](#examples)

Some examples.

```
