arifinm / yii2-data-to-excel
Array Data to Excel for PHP Yii2
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/arifinm/yii2-data-to-excel
Requires
- php: >= 5.6
README
Installation
The preferred way to install this extension is through composer.
Either run
php composer require --prefer-dist arifinm/yii2-data-to-excel "*"
or add
"arifinm/yii2-data-to-excel": "*"
to the require section of your composer.json file.