PHPackages                             oppara/csv\_simple - 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. oppara/csv\_simple

ActiveCakephp-plugin[PDF &amp; Document Generation](/categories/documents)

oppara/csv\_simple
==================

CakePHP plugin which handle csv data

0.0.8(10y ago)026[1 issues](https://github.com/oppara/cakephp-plugin-csv_simple/issues)MITPHPPHP &gt;=5.5

Since Oct 21Pushed 6y ago1 watchersCompare

[ Source](https://github.com/oppara/cakephp-plugin-csv_simple)[ Packagist](https://packagist.org/packages/oppara/csv_simple)[ Docs](https://github.com/oppara/cakephp-plugin-csv_simple)[ RSS](/packages/oppara-csv-simple/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (9)Used By (0)

CsvSimple
=========

[](#csvsimple)

[![Build Status](https://camo.githubusercontent.com/582f337a2536136dbba3e65d7ace31b38ed090d82371ffab6e83188ba9eab917/68747470733a2f2f7472617669732d63692e6f72672f6f70706172612f63616b657068702d706c7567696e2d6373765f73696d706c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/oppara/cakephp-plugin-csv_simple)

handle csv data

Requirements
------------

[](#requirements)

- PHP &gt;= 5.5
- CakePHP &gt;= 2.6

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

[](#installation)

composer.json

```
{
    "require": {
        "oppara/csv_simple": "*"
    }
}

```

### Enable plugin

[](#enable-plugin)

app/Config/bootstrap.php:

`CakePlugin::load('CsvSimple');` or `CakePlugin::loadAll();`

Sample
------

[](#sample)

```
