needle-project / fileio
A PHP File Object handler library
Installs: 34
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/needle-project/fileio
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