PHPackages                             tourze/flysystem-bundle - 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. tourze/flysystem-bundle

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

tourze/flysystem-bundle
=======================

0.0.1(4mo ago)0911MITPHPCI passing

Since Dec 20Pushed 4mo agoCompare

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

READMEChangelog (1)Dependencies (22)Versions (2)Used By (1)

flysystem-bundle
================

[](#flysystem-bundle)

[English](README.md) | [中文](README.zh-CN.md)

A Symfony bundle providing Flysystem filesystem abstraction with console commands for file management.

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

[](#installation)

```
composer require tourze/flysystem-bundle
```

Commands
--------

[](#commands)

### flysystem:list

[](#flysystemlist)

List files and directories in remote storage.

```
# List root directory
php bin/console flysystem:list

# List specific path
php bin/console flysystem:list uploads/images

# List recursively
php bin/console flysystem:list uploads -r

# Long format with size and modification time
php bin/console flysystem:list uploads -l

# Combine options
php bin/console flysystem:list uploads -rl
```

### flysystem:upload

[](#flysystemupload)

Upload local file or directory to remote storage.

```
# Upload a single file
php bin/console flysystem:upload /path/to/file.txt

# Upload to specific destination
php bin/console flysystem:upload /path/to/file.txt remote/path

# Upload directory
php bin/console flysystem:upload /path/to/directory

# Overwrite existing files
php bin/console flysystem:upload /path/to/file.txt -o

# Dry run (preview without uploading)
php bin/console flysystem:upload /path/to/directory --dry-run

# Progress bar only (suppress per-file output)
php bin/console flysystem:upload /path/to/directory -p
```

### flysystem:delete

[](#flysystemdelete)

Delete all files and optionally directories in a specified path recursively.

```
# Delete files (with confirmation)
php bin/console flysystem:delete uploads/temp

# Force delete without confirmation
php bin/console flysystem:delete uploads/temp -f

# Dry run (preview without deleting)
php bin/console flysystem:delete uploads/temp --dry-run

# Include directories
php bin/console flysystem:delete uploads/temp -d
```

Configuration
-------------

[](#configuration)

The bundle uses a default local filesystem adapter. You can customize the filesystem by implementing `FilesystemFactoryInterface`.

License
-------

[](#license)

MIT

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance73

Regular maintenance activity

Popularity9

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity24

Early-stage or recently created project

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

149d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e354fdb316da535dfa8ba2e9193a473c403b6bc6fb9170778d1dc50e304c6e9d?d=identicon)[tourze](/maintainers/tourze)

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/tourze-flysystem-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/tourze-flysystem-bundle/health.svg)](https://phpackages.com/packages/tourze-flysystem-bundle)
```

###  Alternatives

[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
