chh/ooio

Provides a lightweight, object-oriented interface to PHP's streams.

dev-master 2012-06-17 11:41 UTC

This package is not auto-updated.

Last update: 2024-04-13 11:33:52 UTC


README

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