https://github.com/needle-project/fileio
PHP FileIo library
https://github.com/needle-project/fileio
file-io filesystem oop-file-handling php php- php-library
Last synced: 9 months ago
JSON representation
PHP FileIo library
- Host: GitHub
- URL: https://github.com/needle-project/fileio
- Owner: needle-project
- License: mit
- Created: 2016-12-30T12:13:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-11T10:54:26.000Z (over 8 years ago)
- Last Synced: 2025-03-05T06:15:00.789Z (about 1 year ago)
- Topics: file-io, filesystem, oop-file-handling, php, php-, php-library
- Language: PHP
- Size: 43 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://www.codacy.com/app/needle-project/fileio?utm_source=github.com&utm_medium=referral&utm_content=needle-project/fileio&utm_campaign=badger)
[](https://insight.sensiolabs.com/projects/8277cd38-fafd-4572-a8a3-5c6228593fe4)
[](https://scrutinizer-ci.com/g/needle-project/fileio/?branch=master)
[](https://scrutinizer-ci.com/g/needle-project/fileio/build-status/master)
[](https://scrutinizer-ci.com/g/needle-project/fileio/?branch=master)
# 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](https://github.com/needle-project/fileio/wiki)