Skip to content

needle-project/fileio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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