PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of shamsh parvez   PHP Export Table to Excel   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Export Table to Excel
Generate Excel file from database table SQL query
Author: By
Last change:
Date: 2 years ago
Size: 439 bytes
 

Contents

Class file image Download
{ "name": "agoussec/phpdbtabletoexcel", "description": "Create Excel sheet directly from database table rows", "type": "library", "license": "GPL-3.0-only", "authors": [ { "name": "shamsh parvez", "email": "agoussec@gmail.com" } ], "require": {}, "minimum-stability": "stable", "autoload": { "psr-4": {"agoussec\\": "src/"} }, "require-dev": {} }