PHPackages                             rovangju/commie - 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. rovangju/commie

ActiveLibrary[PDF &amp; Document Generation](/categories/documents)

rovangju/commie
===============

A simplistic OO wrapper around PHP's built in CSV handling that lets you reference columns by header name

0.0.1+beta3(7y ago)029BSD-3-ClausePHPPHP &gt;=5.3.0

Since Apr 19Pushed 7y ago1 watchersCompare

[ Source](https://github.com/rovangju/commie)[ Packagist](https://packagist.org/packages/rovangju/commie)[ Docs](http://github.com/rovangju/commie/)[ RSS](/packages/rovangju-commie/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (2)Dependencies (2)Versions (6)Used By (0)

Commie: CSV Traversal Library
=============================

[](#commie-csv-traversal-library)

---

Introduction
------------

[](#introduction)

Commie is a simplistic object-orientated wrapper around PHP's built in CSV handling.

The key difference with Commie is that it's the first library that will allow you to traverse the file's columns by name - as well as painlessly jump around the file in an efficient manner.

There's a few antique packages out in the wild that handle CSV files, however all of them seem to be lacking in one way or another, and don't lend themselves well to customization for the wild formats delimited data can come in. Commie implements a 'mapper' concept that allows you to do whatever strange things you need in addition to the core for traversal of your data.

Quick start
-----------

[](#quick-start)

```
