PHPackages                             league/flysystem-adapter-decorator - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. league/flysystem-adapter-decorator

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

league/flysystem-adapter-decorator
==================================

A base implementation of a flysystem adapter decorator

1.0.0(11y ago)17136.3k↓10.4%3[1 PRs](https://github.com/thephpleague/flysystem-adapter-decorator/pulls)1MITPHPPHP &gt;=5.4.0

Since Jan 21Pushed 4y ago4 watchersCompare

[ Source](https://github.com/thephpleague/flysystem-adapter-decorator)[ Packagist](https://packagist.org/packages/league/flysystem-adapter-decorator)[ RSS](/packages/league-flysystem-adapter-decorator/feed)WikiDiscussions master Synced 1mo ago

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

Flysystem Adapter Decorator
===========================

[](#flysystem-adapter-decorator)

This package provides a default adapter decorator. In most cases decorators only influence a particular part of the interface. The `trait` provided by this package provides the default implementation for the methods which the decorator is not concerned with.

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

[](#installation)

```
composer require league/flysystem-adapter-decorator
```

Creating Decorators
-------------------

[](#creating-decorators)

```
