chh / ooio
提供了一种轻量级、面向对象的接口,用于访问PHP的流。
dev-master
2012-06-17 11:41 UTC
Requires
- php: >=5.3.3
This package is not auto-updated.
Last update: 2024-09-14 13:30:20 UTC
README
PHP流的一个轻量级、面向对象的接口。
安装
使用 composer 安装
获取Composer
% wget https://getcomposer.org.cn/composer.phar
将此添加到项目的 composer.json
{
"require": {
"chh/ooio": "*"
}
}
然后运行composer
% php composer.phar install