Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ipublikuj-archive/flysystem

Flysystem integration for Nette Framework (2.4+)
https://github.com/ipublikuj-archive/flysystem

filesystem flysystem ipub ipublikuj nette nette-extension nette-framework php php7 php71 php72

Last synced: about 8 hours ago
JSON representation

Flysystem integration for Nette Framework (2.4+)

Awesome Lists containing this project

README

        

# Flysystem

[![Build Status](https://img.shields.io/travis/iPublikuj/flysystem.svg?style=flat-square)](https://travis-ci.org/iPublikuj/flysystem)
[![Scrutinizer Code Coverage](https://img.shields.io/scrutinizer/coverage/g/iPublikuj/flysystem.svg?style=flat-square)](https://scrutinizer-ci.com/g/iPublikuj/flysystem/?branch=master)
[![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/iPublikuj/flysystem.svg?style=flat-square)](https://scrutinizer-ci.com/g/iPublikuj/flysystem/?branch=master)
[![Latest Stable Version](https://img.shields.io/packagist/v/ipub/flysystem.svg?style=flat-square)](https://packagist.org/packages/ipub/flysystem)
[![Composer Downloads](https://img.shields.io/packagist/dt/ipub/flysystem.svg?style=flat-square)](https://packagist.org/packages/ipub/flysystem)
[![License](https://img.shields.io/packagist/l/ipub/flysystem.svg?style=flat-square)](https://packagist.org/packages/ipub/flysystem)

This extension brings you [Flysystem](http://flysystem.thephpleague.com/) integration from [The PHP League](http://thephpleague.com/) for [Nette Framework](http://nette.org/)

## Installation

The best way to install ipub/flysystem is using [Composer](http://getcomposer.org/):

```sh
$ composer require ipub/flysystem
```

After that you have to register extension in config.neon.

```neon
extensions:
flysystem: IPub\Flysystem\DI\FlysystemExtension
```

## Documentation

Learn how to create filesystems and work with files in [documentation](https://github.com/iPublikuj/flysystem/blob/master/docs/en/index.md).

***
Homepage [https://www.ipublikuj.eu](https://www.ipublikuj.eu) and repository [http://github.com/iPublikuj/flysystem](http://github.com/iPublikuj/flysystem).