PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Nuno Chaves   PHP CSV File Parser   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP CSV File Parser
Filter and parse files in CSV or similar formats
Author: By
Last change:
Date: 7 years ago
Size: 859 bytes
 

Contents

Class file image Download
{ "name" : "jupitern/file-parser", "description": "read, filter, parse and format {csv, tsv, dsv, variable-length-delimited} and other txt files", "keywords" : ["file parser", "csv", "dsv", "tsv", "variable-length-delimited"], "homepage" : "https://github.com/jupitern/file-parser", "license" : "MIT", "authors" : [ { "name" : "Nuno Chaves", "email" : "nunochaves@sapo.pt", "role" : "Developer" } ], "support": { "source": "https://github.com/jupitern/file-parser", "issues": "https://github.com/jupitern/file-parser/issues" }, "require" :{ "php":">=5.4" }, "autoload": { "psr-4": { "Jupitern\\Parser\\": "src/" } }, "autoload-dev": { "psr-4": { } } }