2017 © Pedro Peláez
 

library io-utility

IO library for file operations - mostly for convenience on commmon actions

image

paslandau/io-utility

IO library for file operations - mostly for convenience on commmon actions

  • Wednesday, March 16, 2016
  • by thebennos
  • Repository
  • 1 Watchers
  • 0 Stars
  • 14 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 10 Versions
  • 27 % Grown

The README.md

io-utility

Build Status, (*1)

IO library for file operations - mostly for convenience on commmon actions, (*2)

Description

Requirements

  • PHP >= 5.5
  • league/csv >= 8.0

Installation

The recommended way to install io-utility is through Composer., (*3)

curl -sS https://getcomposer.org/installer | php

Next, update your project's composer.json file to include IOUtility:, (*4)

{
    "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., (*5)

After installing, you need to require Composer's autoloader:, (*6)


require 'vendor/autoload.php';

The Versions

16/03 2016

dev-master

9999999-dev

IO library for file operations - mostly for convenience on commmon actions

  Sources   Download

MIT

The Requires

 

The Development Requires

11/12 2015

0.8

0.8.0.0

IO library for file operations - mostly for convenience on commmon actions

  Sources   Download

MIT

The Requires

 

The Development Requires

06/12 2015

0.7.5

0.7.5.0

IO library for file operations - mostly for convenience on commmon actions

  Sources   Download

MIT

The Requires

 

The Development Requires

05/12 2015

0.7.2

0.7.2.0

IO library for file operations - mostly for convenience on commmon actions

  Sources   Download

MIT

The Requires

 

The Development Requires

05/12 2015

0.7.0

0.7.0.0

IO library for file operations - mostly for convenience on commmon actions

  Sources   Download

MIT

The Requires

 

The Development Requires

21/05 2015

0.1.2

0.1.2.0

IO library for file operations - mostly for convenience on commmon actions

  Sources   Download

MIT

The Requires

 

The Development Requires

30/11 2014

0.1.1

0.1.1.0

IO library for file operations - mostly for convenience on commmon actions

  Sources   Download

MIT

The Requires

 

The Development Requires

30/11 2014

0.1.0

0.1.0.0

IO library for file operations - mostly for convenience on commmon actions

  Sources   Download

MIT

The Requires

 

The Development Requires

19/11 2014

0.0.2

0.0.2.0

IO lib for file operations - mostly for convenience on commmon actions

  Sources   Download

The Requires

 

The Development Requires

14/11 2014

0.0.1

0.0.1.0

IO lib for file operations - mostly for convenience on commmon actions

  Sources   Download

The Requires

 

The Development Requires