PHPackages                             yokai/batch-league-flysystem - 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. [Queues &amp; Workers](/categories/queues)
4. /
5. yokai/batch-league-flysystem

ActiveLibrary[Queues &amp; Workers](/categories/queues)

yokai/batch-league-flysystem
============================

league/flysystem bridge for yokai/batch

0.7.7(1y ago)1404MITPHPPHP ^8.1

Since Jun 18Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/yokai-php/batch-league-flysystem)[ Packagist](https://packagist.org/packages/yokai/batch-league-flysystem)[ RSS](/packages/yokai-batch-league-flysystem/feed)WikiDiscussions 0.x Synced 4w ago

READMEChangelog (9)Dependencies (5)Versions (23)Used By (0)

league/flysystem bridge for Batch processing library
====================================================

[](#leagueflysystem-bridge-for-batch-processing-library)

[![Latest Stable Version](https://camo.githubusercontent.com/e91a2c075a5f272555d3a705ece806cb1eeb7f66b05a947d5ec3c2f780383a2f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f796f6b61692f62617463682d6c65616775652d666c7973797374656d3f7374796c653d666c61742d737175617265)](https://packagist.org/packages/yokai/batch-league-flysystem)[![Downloads Monthly](https://camo.githubusercontent.com/4f04e44a6586da14ed1ce7d9804dcf8791f5ba65608bb92bd606c146b9c4e04e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f796f6b61692f62617463682d6c65616775652d666c7973797374656d3f7374796c653d666c61742d737175617265)](https://packagist.org/packages/yokai/batch-league-flysystem)

Bridge of [`league/flysystem`](https://github.com/thephpleague/flysystem) for [Batch](https://github.com/yokai-php/batch).

⚠️ BETA
-------

[](#warning-beta)

This library is following [semver](https://semver.org/). However before we reach the first stable version (`v1.0.0`), we may decide to introduce **API changes in minor versions**. This is why you should stick to a `v0.[minor].*` requirement !

Installation
============

[](#installation)

```
composer require yokai/batch-league-flysystem

```

Documentation
-------------

[](#documentation)

Please read the [dedicated documentation page](https://yokai-batch.readthedocs.io/en/0.x/bridges/league-flysystem.html).

This package provides:

- a [job](https://github.com/yokai-php/batch-league-flysystem/blob/0.x/src/Job/CopyFilesJob.php) that copy file(s) from one filesystem to another
- a [job](https://github.com/yokai-php/batch-league-flysystem/blob/0.x/src/Job/MoveFilesJob.php) that move file(s) from one filesystem to another
- a [scheduler](https://github.com/yokai-php/batch-league-flysystem/blob/0.x/src/Scheduler/FileFoundScheduler.php) that triggers job when file is found on a filesystem

Contribution
------------

[](#contribution)

This package is a readonly split of a [larger repository](https://github.com/yokai-php/batch-src), containing all tests and sources for all librairies of the batch universe.

Please feel free to open an [issue](https://github.com/yokai-php/batch-src/issues)or a [pull request](https://github.com/yokai-php/batch-src/pulls)in the [main repository](https://github.com/yokai-php/batch-src).

The library was originally created by [Yann Eugoné](https://github.com/yann-eugone). See the list of [contributors](https://github.com/yokai-php/batch-src/contributors).

License
-------

[](#license)

This library is under MIT [LICENSE](LICENSE).

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance64

Regular maintenance activity

Popularity17

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 80% of commits — single point of failure

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

Every ~59 days

Recently: every ~74 days

Total

23

Last Release

115d ago

PHP version history (3 changes)0.5.0PHP ^8.0

0.6.0PHP ^8.1

0.x-devPHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/696ae505ade1f6c2c2074411d2ff191d307030fcc3c62e9b9054298f9d05f4ad?d=identicon)[yann-eugone](/maintainers/yann-eugone)

---

Top Contributors

[![yann-eugone](https://avatars.githubusercontent.com/u/1303838?v=4)](https://github.com/yann-eugone "yann-eugone (12 commits)")[![Elkawaie](https://avatars.githubusercontent.com/u/40693136?v=4)](https://github.com/Elkawaie "Elkawaie (2 commits)")[![J-Ben87](https://avatars.githubusercontent.com/u/1433301?v=4)](https://github.com/J-Ben87 "J-Ben87 (1 commits)")

---

Tags

filesystemFlysystemjobbatch

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/yokai-batch-league-flysystem/health.svg)

```
[![Health](https://phpackages.com/badges/yokai-batch-league-flysystem/health.svg)](https://phpackages.com/packages/yokai-batch-league-flysystem)
```

###  Alternatives

[league/flysystem-aws-s3-v3

AWS S3 filesystem adapter for Flysystem.

1.6k263.6M788](/packages/league-flysystem-aws-s3-v3)[league/flysystem-local

Local filesystem adapter for Flysystem.

226231.8M39](/packages/league-flysystem-local)[league/flysystem-bundle

Symfony bundle integrating Flysystem into Symfony applications

40029.5M87](/packages/league-flysystem-bundle)[league/flysystem-sftp-v3

SFTP filesystem adapter for Flysystem.

6129.6M91](/packages/league-flysystem-sftp-v3)[league/flysystem-memory

In-memory filesystem adapter for Flysystem.

8533.6M194](/packages/league-flysystem-memory)[akeneo/batch-bundle

Akeneo Symfony Batch Bundle

401.1M3](/packages/akeneo-batch-bundle)

PHPackages © 2026

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