dastin / yii2-csv
Extension for work with CSV-file
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:yii2-extension
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: 2025-03-21 04:44:00 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.