PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of nvb   CSV Component for PHP   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: CSV Component for PHP
Reader and writer for CSV files
Author: By
Last change: Test enhancement
Date: 5 years ago
Size: 1,561 bytes
 

Contents

Class file image Download
{ "name": "net_bazzline/php_component_csv", "description": "free as in freedom php component to easy up usage (reading and writing) of csv files for php 5.6 and above", "keywords": [ "bazzline", "psr", "psr-4", "php", "php56", "php7", "component", "filesystem", "easy", "csv", "easycsv", "adapter", "read", "write", "lgpl", "filter", "import", "export", "headline", "invoke", "tranversable", "iterator", "reusable", "free as in freedom", "low", "memory", "usage" ], "type": "library", "require": { "net_bazzline/php_component_cli_readline": "^1.2", "net_bazzline/php_component_generic_agreement": "^1.0", "net_bazzline/php_component_toolbox": "^1.3", "php": ">=5.6" }, "require-dev": { "mikey179/vfsstream": "^1.6", "mockery/mockery": "^0.9", "phpunit/phpunit": "^5.7 || ^6.5" }, "license": "LGPL-3.0", "authors": [ { "name": "Stev Leibelt", "email": "artodeto@bazzline.net", "homepage": "https://artodeto.bazzline.net", "role": "Developer" } ], "autoload": { "psr-4": { "Net\\Bazzline\\Component\\Csv\\": "source/" } }, "autoload-dev": { "psr-4": { "Test\\Net\\Bazzline\\Component\\Csv\\": "test/" } } }