needle-project / fileio
A PHP File Object handler library
v0.4.1
2017-08-11 10:48 UTC
Requires
- php: >=5.5
- needle-project/common: ~0.1
- symfony/yaml: ^3.2
Requires (Dev)
- phpmd/phpmd: @stable
- phpunit/phpunit: ^4.8
- squizlabs/php_codesniffer: 2.*
README
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