ipub/flysystem

This package is abandoned and no longer maintained. The author suggests using the contributte/flysystem package instead.

Flysystem integration for Nette Framework.

v1.2.1 2019-10-22 11:38 UTC

This package is auto-updated.

Last update: 2020-08-02 11:09:24 UTC


README

Build Status Scrutinizer Code Coverage Scrutinizer Code Quality Latest Stable Version Composer Downloads License

This extension brings you Flysystem integration from The PHP League for Nette Framework

Installation

The best way to install ipub/flysystem is using Composer:

$ composer require ipub/flysystem

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

extensions:
	flysystem: IPub\Flysystem\DI\FlysystemExtension

Documentation

Learn how to create filesystems and work with files in documentation.

Homepage https://www.ipublikuj.eu and repository http://github.com/iPublikuj/flysystem.