PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Jabran Rafique   CSV Parser   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: CSV Parser
Parse CSV data to indexed or associative arrays
Author: By
Last change:
Date: 8 years ago
Size: 724 bytes
 

Contents

Class file image Download
{ "name": "jabranr/csv-parser", "type": "library", "version": "2.0.1", "description": "Parse CSV data from a file, stream or string", "keywords": ["csv", "php", "parser"], "homepage": "https://github.com/jabranr/csv-parser", "license": "MIT License", "authors": [ { "name": "Jabran Rafique", "email": "hello@jabran.me", "homepage": "http://jabran.me" } ], "require": { "php": ">=5.3.0" }, "autoload": { "psr-4": { "": "src/" } }, "autoload-dev": { "psr-4": { "": "test/" } }, "ignore": [ "**/.*", "test", "tests" ] }