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(6mo ago)01361MITPHPCI passing

Since Dec 20Pushed 6mo 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 today

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

28

—

LowBetter than 52% of packages

Maintenance67

Regular maintenance activity

Popularity11

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity25

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

195d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/13899502?v=4)[tourze](/maintainers/tourze)[@tourze](https://github.com/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/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M574](/packages/shopware-core)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9421.6k61](/packages/open-dxp-opendxp)[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M386](/packages/easycorp-easyadmin-bundle)[contao/core-bundle

Contao Open Source CMS

1231.6M2.8k](/packages/contao-core-bundle)[pimcore/pimcore

Content &amp; Product Management Framework (CMS/PIM/E-Commerce)

3.8k3.8M508](/packages/pimcore-pimcore)

PHPackages © 2026

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