PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Sergey Shuchkin   Simple PHP XLSX Generator   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Simple PHP XLSX Generator
Export data in Excel XLSX format
Author: By
Last change: 1.3.10
Date: 5 months ago
Size: 596 bytes
 

Contents

Class file image Download
{ "name": "shuchkin/simplexlsxgen", "description": "Export data to Excel XLSx file. PHP XLSX generator.", "keywords": ["php", "excel", "xlsx", "generator", "writer", "creator", "backend"], "homepage": "https://github.com/shuchkin/simplexlsxgen", "license": "MIT", "authors": [ { "name": "Sergey Shuchkin (SMSPILOT)", "email": "sergey.shuchkin@gmail.com", "homepage": "https://shuchkin.ru/" } ], "autoload": { "classmap": [ "src/SimpleXLSXGen.php" ] }, "require": { "php": ">=5.4", "ext-mbstring": "*", "ext-zlib": "*" } }