FileIo is a PHP Library build for handling files.
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.
git clone https://github.com/needle-project/fileio.git
Run composer install
in the library path.
All progress of the current library is available here