Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 1 month ago
JSON representation
Flysystem integration for Nette Framework (2.4+)
- Host: GitHub
- URL: https://github.com/ipublikuj-archive/flysystem
- Owner: ipublikuj-archive
- License: other
- Archived: true
- Created: 2016-04-26T20:03:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-10-22T11:40:37.000Z (about 5 years ago)
- Last Synced: 2024-09-22T20:30:56.290Z (about 1 month ago)
- Topics: filesystem, flysystem, ipub, ipublikuj, nette, nette-extension, nette-framework, php, php7, php71, php72
- Language: PHP
- Homepage:
- Size: 57.6 KB
- Stars: 7
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
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).