PHPackages                             twistor/flysystem-passthrough-adapter - 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. [File &amp; Storage](/categories/file-storage)
4. /
5. twistor/flysystem-passthrough-adapter

ActiveLibrary[File &amp; Storage](/categories/file-storage)

twistor/flysystem-passthrough-adapter
=====================================

A simple adapter that wraps another adapter.

v1.0.0(10y ago)026.7kMITPHP

Since Dec 9Pushed 10y agoCompare

[ Source](https://github.com/twistor/flysystem-passthrough-adapter)[ Packagist](https://packagist.org/packages/twistor/flysystem-passthrough-adapter)[ Docs](https://github.com/twistor/flysystem-passthrough-adapter)[ RSS](/packages/twistor-flysystem-passthrough-adapter/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (3)Versions (2)Used By (0)

Flysystem passthrough adapter
=============================

[](#flysystem-passthrough-adapter)

[![Author](https://camo.githubusercontent.com/500fb500f7a40e695210673a6780846051d0a17b3e1f79138f08165460f2999f/687474703a2f2f696d672e736869656c64732e696f2f62616467652f617574686f722d4063687269736c657070616e656e2d626c75652e7376673f7374796c653d666c61742d737175617265)](https://twitter.com/chrisleppanen)[![Build Status](https://camo.githubusercontent.com/0b97e7546399fd977ca4a5bea55dd60ea1602f42d8a250e5a2aaa137b4558994/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f74776973746f722f666c7973797374656d2d706173737468726f7567682d616461707465722f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/twistor/flysystem-passthrough-adapter)[![Coverage Status](https://camo.githubusercontent.com/728294f6abc70ae73dd114014dbad064bce666795a69d24b81b9736322016f75/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f74776973746f722f666c7973797374656d2d706173737468726f7567682d616461707465722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/twistor/flysystem-passthrough-adapter/code-structure)[![Quality Score](https://camo.githubusercontent.com/76e467eb07804561352daae771386bf7675bd4c44e7b580e18315255cbe85e3c/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f74776973746f722f666c7973797374656d2d706173737468726f7567682d616461707465722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/twistor/flysystem-passthrough-adapter/)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)[![Packagist Version](https://camo.githubusercontent.com/031160f883cc238f8d0e47001f289c0a7e6d9954d43d5a1cab3e9cbd31d38747/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f74776973746f722f666c7973797374656d2d706173737468726f7567682d616461707465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/twistor/flysystem-passthrough-adapter)

Installation
------------

[](#installation)

```
composer require twistor/flysystem-passthrough-adapter
```

Usage
-----

[](#usage)

This package doesn't do anything on its own. It provides a base class that simplifies the creation of adapters that wrap other adapters.

To use it, subclass \\Twistor\\Flysystem\\PassthroughAdapter and override any methods.

```
