Download the PHP package paslandau/io-utility without Composer
On this page you can find all versions of the php package paslandau/io-utility. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download paslandau/io-utility
More information about paslandau/io-utility
Files in paslandau/io-utility
Download paslandau/io-utility
More information about paslandau/io-utility
Files in paslandau/io-utility
Vendor paslandau
Package io-utility
Short Description IO library for file operations - mostly for convenience on commmon actions
License MIT
Package io-utility
Short Description IO library for file operations - mostly for convenience on commmon actions
License MIT
Please rate this library. Is it a good library?
Informations about the package io-utility
io-utility
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:
All versions of io-utility with dependencies
PHP Build Version
Package Version
The package paslandau/io-utility contains the following files
Loading the files please wait ....