chh / ooio
Provides a lightweight, object-oriented interface to PHP's streams.
dev-master
2012-06-17 11:41 UTC
Requires
- php: >=5.3.3
This package is not auto-updated.
Last update: 2024-10-26 13:58:16 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