PHPackages                             wshafer/psr11-flysystem - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. wshafer/psr11-flysystem

Abandoned → [blazon/psr11-flysystem](/?search=blazon%2Fpsr11-flysystem)Library

wshafer/psr11-flysystem
=======================

Flysystem Facotories for PSR-11

2.1.1(8y ago)1621.5k↓100%3BSD-2-ClausePHPPHP ^7.0CI failing

Since May 18Pushed 5y ago2 watchersCompare

[ Source](https://github.com/wshafer/psr11-flysystem)[ Packagist](https://packagist.org/packages/wshafer/psr11-flysystem)[ Docs](https://github.com/wshafer/psr11-flysystem)[ RSS](/packages/wshafer-psr11-flysystem/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (8)Dependencies (15)Versions (12)Used By (0)

[![codecov](https://camo.githubusercontent.com/e1ebabcce61112e743ac0311fae42dac62ff521ac196eb9006ffd4389f8eac93/68747470733a2f2f636f6465636f762e696f2f67682f777368616665722f70737231312d666c7973797374656d2f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/wshafer/psr11-flysystem)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/a631a18cb4f04947af71194b7d6e430389a3534d167de65fc3b8d74d2c33e882/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f777368616665722f70737231312d666c7973797374656d2f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/wshafer/psr11-flysystem/?branch=master)[![Build Status](https://camo.githubusercontent.com/0477b429cf2cef0ff63fc0cce815e6adc03766eff4e77950d9d024df2db7e065/68747470733a2f2f7472617669732d63692e6f72672f777368616665722f70737231312d666c7973797374656d2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/wshafer/psr11-flysystem)

PSR-11 FlySystem
================

[](#psr-11-flysystem)

[FlySystem](https://flysystem.thephpleague.com/) Version 1 Factories for PSR-11

Deprecated
----------

[](#deprecated)

This library has been depricated and moved. Please see the new module [blazon/psr11-flysystem](https://gitlab.com/blazon/psr11-flysystem)for the latest release.

#### Table of Contents

[](#table-of-contents)

- [Installation](#installation)
- [Usage](#usage)
- [Containers](#containers)
    - [Pimple](#pimple-example)
    - [Zend Service Manager](#zend-service-manager)
- [Frameworks](#frameworks)
    - [Zend Expressive](#zend-expressive)
    - [Zend Framework 3](#zend-framework-3)
    - [Symfony](#symfony)
    - [Slim](#slim)
- [Configuration](#configuration)
    - [Minimal Configuration](#minimal-configuration)
        - [Example](#minimal-example)
    - [Full Configuration](#full-configuration)
        - [Example](#full-example)
    - [File System](#file-system)
    - [Adaptors](#adaptors)
        - [Null / Test](#nulltest)
        - [Local](#local)
        - [FTP](#ftp)
        - [SFTP](#sftp)
        - [Memory](#memory)
        - [Zip Archive](#zip-archive)
        - [Azure](#azure)
        - [AWS S3](#aws-s3)
        - [DropBox](#dropbox)
    - [Caches](#caches)
        - [Memory / Test](#memorytest)
        - [Adaptor](#adaptor)
        - [PSR-6](#psr-6)
        - [Predis](#predis)
        - [Memcached](#memcached)
        - [Stash](#stash)
- [Upgrades](#upgrades)
    - [Version 1 to version 2](#version-1-to-version-2)

Installation
============

[](#installation)

```
composer require wshafer/psr11-flysystem
```

Usage
=====

[](#usage)

```
