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: 8 months 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 (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-10-22T11:40:37.000Z (over 6 years ago)
- Last Synced: 2025-01-15T01:22:34.143Z (over 1 year 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
[](https://travis-ci.org/iPublikuj/flysystem)
[](https://scrutinizer-ci.com/g/iPublikuj/flysystem/?branch=master)
[](https://scrutinizer-ci.com/g/iPublikuj/flysystem/?branch=master)
[](https://packagist.org/packages/ipub/flysystem)
[](https://packagist.org/packages/ipub/flysystem)
[](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).