An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![Codacy Badge](https://api.codacy.com/project/badge/Grade/98c9197203e340db8afb87756d71c1e1)](https://www.codacy.com/app/needle-project/fileio?utm_source=github.com&utm_medium=referral&utm_content=needle-project/fileio&utm_campaign=badger)
[![SensioLabsInsight](https://insight.sensiolabs.com/projects/8277cd38-fafd-4572-a8a3-5c6228593fe4/mini.png)](https://insight.sensiolabs.com/projects/8277cd38-fafd-4572-a8a3-5c6228593fe4)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/needle-project/fileio/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/needle-project/fileio/?branch=master)
[![Build Status](https://scrutinizer-ci.com/g/needle-project/fileio/badges/build.png?b=master)](https://scrutinizer-ci.com/g/needle-project/fileio/build-status/master)
[![Code Coverage](https://scrutinizer-ci.com/g/needle-project/fileio/badges/coverage.png?b=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)