2017 © Pedro Peláez
 

library ooio

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

image

chh/ooio

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

  • Sunday, June 17, 2012
  • by chh
  • Repository
  • 1 Watchers
  • 2 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

OOIO

A lightweight, object oriented interface to PHP's streams., (*1)

Install

Install with composer

Get Composer:, (*2)

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

Add this to your project's composer.json:, (*3)

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

Then run composer:, (*4)

% php composer.phar install

The Versions

17/06 2012

dev-master

9999999-dev

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

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

stream io