PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Craig Smith   Basic Excel   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Basic Excel
Import and export Excel files to XLS, XLSX and CSV
Author: By
Last change: Update of composer.json
Date: 2 months ago
Size: 872 bytes
 

Contents

Class file image Download
{ "name": "phpsa/BasicExcel", "type": "library", "description": "This Class can both read and write to CSV, XLS and XLSX. Added in the abiliity to guess which file type it is and parse accordingly to array", "keywords": ["excel", "spreadsheet", "document", "csv", "xls", "xlsx", "parser", "converter", "writer"], "homepage": "https://github.com/phpsa/BasicExcel", "repositories": [ { "type": "vcs", "url": "https://github.com/phpsa/BasicExcel.git" } ], "license": "BSD 3-Clause \"New\" or \"Revised\" License", "authors": [ { "name": "Craig Smith", "homepage": "http://www.omnihost.co.nz", "role": "Developer" } ], "require": { "php": ">=5.3.0" }, "autoload": { "psr-0": {"BasicExcel\\": "BasicExcel/"} } }