library ooio
Provides a lightweight, object-oriented interface to PHP's streams.
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
OOIO
A lightweight, object oriented interface to PHP's streams., (*1)
Install
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
dev-master
9999999-dev
Provides a lightweight, object-oriented interface to PHP's streams.
Sources
Download
MIT
The Requires
stream
io