paslandau/io-utility
最新稳定版本:0.8
Composer 安装命令:
composer require paslandau/io-utility
包简介
IO library for file operations - mostly for convenience on commmon actions
README 文档
README
IO library for file operations - mostly for convenience on commmon actions
##Description
##Requirements
- PHP >= 5.5
- league/csv >= 8.0
##Installation
The recommended way to install io-utility is through Composer.
curl -sS https://getcomposer.org/installer | php
Next, update your project's composer.json file to include IOUtility:
{
"repositories": [ { "type": "composer", "url": "http://packages.myseosolution.de/"} ],
"minimum-stability": "dev",
"require": {
"paslandau/io-utility": "dev-master"
}
"config": {
"secure-http": false
}
}
Caution: You need to explicitly set "secure-http": false in order to access http://packages.myseosolution.de/ as repository.
This change is required because composer changed the default setting for secure-http to true at the end of february 2016.
After installing, you need to require Composer's autoloader:
require 'vendor/autoload.php';
统计信息
- 总下载量: 213
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-05-24