mirror of
https://github.com/shuchkin/simplexlsxgen.git
synced 2023-08-10 21:12:59 +03:00
24 lines
566 B
JSON
24 lines
566 B
JSON
|
{
|
||
|
"name": "shuchkin/simplexlsxgen",
|
||
|
"description": "Export data to Excel XLSx file. PHP XLSX generator.",
|
||
|
"keywords": ["php", "excel", "xlsx", "generator", "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": {
|
||
|
"ext-mbstring": "*",
|
||
|
"ext-zlib": "*"
|
||
|
}
|
||
|
}
|