proximity / yii2-csv-export
simple csv export
Installs: 321
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2025-01-20 17:56:46 UTC
README
simple csv export
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist proximity/yii2-csv-export "*"
or add
"proximity/yii2-csv-export": "*"
to the require section of your composer.json
file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \proximity\csvexport\CsvExport::widget([ 'data'=>[] ]); ?>```