A PHP File Object handler library

v0.4.1 2017-08-11 10:48 UTC

This package is auto-updated.

Last update: 2024-05-10 07:02:42 UTC


README

Codacy Badge SensioLabsInsight Scrutinizer Code Quality Build Status Code Coverage

README

What is FileIo?

FileIo is a PHP Library build for handling files.

Instalation

Create/add to composer.json

{
  "require": {
    "needle-project/fileio": "dev-master"
  },
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/needle-project/fileio"
    }
  ]
}

Afterwards run composer install or composer update depending on the context.

1.2. Cloning repository using git

git clone https://github.com/needle-project/fileio.git

Run composer install in the library path.

Documentation

All progress of the current library is available here