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

https://github.com/codezero-be/filesystem

Perform basic filesystem operations
https://github.com/codezero-be/filesystem

Last synced: about 1 month ago
JSON representation

Perform basic filesystem operations

Awesome Lists containing this project

README

          

# Perform Basic Filesystem Operations

[![GitHub release](https://img.shields.io/github/release/codezero-be/filesystem.svg)]()
[![License](https://img.shields.io/packagist/l/codezero/filesystem.svg)]()
[![Build Status](https://img.shields.io/travis/codezero-be/filesystem.svg?branch=master)](https://travis-ci.org/codezero-be/filesystem)
[![Scrutinizer Coverage](https://img.shields.io/scrutinizer/coverage/g/codezero-be/filesystem.svg)](https://scrutinizer-ci.com/g/codezero-be/filesystem)
[![Scrutinizer](https://img.shields.io/scrutinizer/g/codezero-be/filesystem.svg)](https://scrutinizer-ci.com/g/codezero-be/filesystem)
[![Total Downloads](https://img.shields.io/packagist/dt/codezero/filesystem.svg)](https://packagist.org/packages/codezero/filesystem)

This package offers a range of methods to interact with the filesystem.

## Installation

You can download this package, or install it through Composer:

"require": {
"codezero/filesystem": "1.*"
}

## Usage

### Available Methods

Coming soon...

## Testing

$ vendor/bin/phpspec run

## Security

If you discover any security related issues, please [email me](mailto:ivan@codezero.be) instead of using the issue tracker.

## License

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

---
[![Analytics](https://ga-beacon.appspot.com/UA-58876018-1/codezero-be/filesystem)](https://github.com/igrigorik/ga-beacon)