dastin / yii2-csv
Extension for work with CSV-file
1.0.1
2018-06-19 16:13 UTC
Requires
- kartik-v/yii2-grid: @dev
- kartik-v/yii2-widget-activeform: @dev
- yiisoft/yii2: ~2.0.0
This package is not auto-updated.
Last update: 2026-03-20 09:11:48 UTC
README
Extension for work with CSV-file
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist dastin/yii2-csv "*"
or add
"dastin/yii2-csv": "*"
to the require section of your composer.json file.