PHPackages                             gurikin/yii2-csvwork - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [PDF &amp; Document Generation](/categories/documents)
4. /
5. gurikin/yii2-csvwork

ActiveYii2-extension[PDF &amp; Document Generation](/categories/documents)

gurikin/yii2-csvwork
====================

This extension can help You with read &amp; edit the csv files

1.0.3(7y ago)016MITPHP

Since Oct 20Pushed 7y agoCompare

[ Source](https://github.com/Gurikin/yii2-csvwork)[ Packagist](https://packagist.org/packages/gurikin/yii2-csvwork)[ RSS](/packages/gurikin-yii2-csvwork/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (4)Versions (5)Used By (0)

Extention for the work with csv files
=====================================

[](#extention-for-the-work-with-csv-files)

This extention can help You with read &amp; edit the csv files

Installation
------------

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/). Because of dependences You need to setup `"minimum-stability": "dev"` in Your `composer.json` file.

```
BE CAREFUL (IT'S MAY UPDATE ALL EXTENSION AND YOUR APPLICATION IF YOU HAVE ANOTHER BEFORE)

```

Either run

```
php composer.phar require --prefer-dist gurikin/yii2-csvwork "*"

```

or add

```
"gurikin/yii2-csvwork": "*"

```

to the require section of your `composer.json` file.

Setup
-----

[](#setup)

This extension don't need in additional settings, but for the review of needed setups for the dependencies, please pass to the:

```
https://github.com/kartik-v

```

Usage
-----

[](#usage)

Once the extension is installed, simply use it as the module on

```
http://SERVER_NAME/csvwork/work/index

```

or You can use this extension by using main model class

```
\gurikin\csvwork\src\models\CSVModel
```

see the WorkController class for example.

IT IS IMPORTANT!!!

Main source file "source.csv" put on the

```
\gurikin\csvwork\src\source\source.csv

```

You can fill it as you want (with csv rules) but I strongly suggest to use as the delimiter between the columns ";" char. If you want to change content of this file - you need to create new views and forms and use it instead the default.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

4

Last Release

2761d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/21343614?v=4)[Igor](/maintainers/Gurikin)[@Gurikin](https://github.com/Gurikin)

---

Top Contributors

[![Gurikin](https://avatars.githubusercontent.com/u/21343614?v=4)](https://github.com/Gurikin "Gurikin (6 commits)")

---

Tags

csvyii2extension

### Embed Badge

![Health badge](/badges/gurikin-yii2-csvwork/health.svg)

```
[![Health](https://phpackages.com/badges/gurikin-yii2-csvwork/health.svg)](https://phpackages.com/packages/gurikin-yii2-csvwork)
```

###  Alternatives

[kartik-v/yii2-export

A library to export server/db data in various formats (e.g. excel, html, pdf, csv etc.)

1623.1M35](/packages/kartik-v-yii2-export)[ruskid/yii2-csv-importer

Helper to import csv files into database

37356.4k4](/packages/ruskid-yii2-csv-importer)[phpnt/yii2-export

Yii2 It saves data in xls, csv, word, html, pdf files.

158.9k](/packages/phpnt-yii2-export)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
