PHP Classes

File: bench/composer.json

Recommend this page to a friend!
  Packages of Roni   Easy-Excel   bench/composer.json   Download  
File: bench/composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Easy-Excel
Export and read XLSX files with a PHP Go extension
Author: By
Last change:
Date: 6 days ago
Size: 651 bytes
 

Contents

Class file image Download
{ "name": "easy-excel/bench", "description": "Phase-0 benchmark rig: identical workloads across easy-excel and the PHP spreadsheet ecosystem (PLAN.md §10).", "require": { "php": ">=8.3", "phpoffice/phpspreadsheet": "^5.0 || ^4.0", "openspout/openspout": "^4.24", "avadim/fast-excel-writer": "^6.0", "rap2hpoutre/fast-excel": "^5.6" }, "autoload": { "psr-4": { "EasyExcel\\": "../php/src/EasyExcel/" } }, "config": { "optimize-autoloader": true, "platform-check": false, "platform": { "ext-gd": "8.5" } } }