iutbay/yii2-phpexcel

There is no license information available for the latest version (dev-master) of this package.

mPDF response formatter for Yii2

Installs: 22

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

Type:yii2-extension

dev-master 2017-11-24 09:12 UTC

This package is not auto-updated.

Last update: 2024-04-13 16:07:30 UTC


README

PHPExcel response formatter for Yii2.

https://packagist.org/packages/iutbay/yii2-phpexcel

Installation

The preferred way to install this response formatter is through composer.

Either run

composer require "iutbay/yii2-phpexcel" "*"

or add

"iutbay/yii2-phpexcel" : "*"

to the require section of your application's composer.json file.

Configuration

WIP...

Usage in controllers

WIP...