PHP Classes

File: php/composer.json

Recommend this page to a friend!
  Packages of Roni   Easy-Excel   php/composer.json   Download  
File: php/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: 593 bytes
 

Contents

Class file image Download
{ "name": "easy-excel/polyfill", "description": "PhpSpreadsheet-compatible API backed by the easy-excel FrankenPHP extension (Go/excelize).", "type": "library", "license": "MIT", "require": { "php": ">=8.3" }, "suggest": { "ext-easy_excel": "The FrankenPHP native extension; without it the compat aliases stay disabled." }, "autoload": { "psr-4": { "EasyExcel\\": "src/EasyExcel/" }, "files": [ "src/bootstrap.php" ] }, "scripts": { "test": "php tests/run.php" } }