paslandau/io-utility 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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-utility Build Status

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

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2017-05-24