An open API service indexing awesome lists of open source software.

https://github.com/xruff/csvparser

CSV parser for Nette Framework
https://github.com/xruff/csvparser

csv-parser

Last synced: about 2 months ago
JSON representation

CSV parser for Nette Framework

Awesome Lists containing this project

README

          

CSV parser for Nette Framework
==============

[![Build Status](https://travis-ci.org/XRuff/CsvParser.svg)](https://travis-ci.org/XRuff/CsvParser)
[![Downloads this Month](https://img.shields.io/packagist/dm/xruff/csvparser.svg)](https://packagist.org/packages/xruff/csvparser)
[![Latest stable](https://img.shields.io/packagist/v/xruff/csvparser.svg)](https://packagist.org/packages/xruff/csvparser)

Requirements
------------

Package requires PHP 5.3.7 or higher

- [nette/utils](https://github.com/nette/utils)

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

The best way to install XRuff/CsvParser is using [Composer](http://getcomposer.org/):

```sh
$ composer require xruff/csvparser:dev-master
```

Documentation
------------

Learn more in the [documentation](https://github.com/XRuff/CsvParser/blob/master/docs/en/index.md).

Tests
-----

-----

Repository [https://github.com/XRuff/CsvParser](https://github.com/XRuff/CsvParser).