mirror of
https://github.com/shuchkin/simplexlsxgen.git
synced 2023-08-10 21:12:59 +03:00
25 lines
596 B
JSON
25 lines
596 B
JSON
{
|
|
"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": "*"
|
|
}
|
|
}
|