Home

Awesome

OOIO

A lightweight, object oriented interface to PHP's streams.

Install

Install with composer

Get Composer:

% wget http://getcomposer.org/composer.phar

Add this to your project's composer.json:

{
    "require": {
        "chh/ooio": "*"
    }
}

Then run composer:

% php composer.phar install