PHPackages                             keven/flysystem-concatenate - 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. keven/flysystem-concatenate

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

keven/flysystem-concatenate
===========================

Concatenation plugin for league/flysystem

1.0.0(8y ago)423.3k1[1 issues](https://github.com/kevengodet/flysystem-concatenate/issues)mitPHPCI failing

Since Apr 5Pushed 8y agoCompare

[ Source](https://github.com/kevengodet/flysystem-concatenate)[ Packagist](https://packagist.org/packages/keven/flysystem-concatenate)[ RSS](/packages/keven-flysystem-concatenate/feed)WikiDiscussions master Synced today

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

keven/flysystem-concatenate
===========================

[](#kevenflysystem-concatenate)

> Concatenate files and append content to existing files in [league/flysystem](https://flysystem.thephpleague.com/).

This plugin is compatible with any adapter.

It relies on streams so manipulating big files does not fill the memory.

Install
-------

[](#install)

```
composer require keven/flysystem-concatenate
```

Usage
-----

[](#usage)

Concatenate files into a new one:

```
