PHPackages                             tbcd/file-messenger - 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. [Database &amp; ORM](/categories/database)
4. /
5. tbcd/file-messenger

ActiveLibrary[Database &amp; ORM](/categories/database)

tbcd/file-messenger
===================

1.0.0(3y ago)012MITPHPPHP &gt;=8.1

Since Apr 2Pushed 3y ago1 watchersCompare

[ Source](https://github.com/ThomasBeauchataud/FileMessenger)[ Packagist](https://packagist.org/packages/tbcd/file-messenger)[ RSS](/packages/tbcd-file-messenger/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (5)Versions (2)Used By (0)

FileMessenger
=============

[](#filemessenger)

This package is an extension of symfony/messenger component providing transport for files using league/flysystem component

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

[](#installation)

```
composer require tbcd/file-messenger

```

Usage
-----

[](#usage)

This transport can be configured with any of the league/flysystem adapters.

> For now only the sftp, the ftp and the local adapters are implemented

Configure the transport as expected in the messenger config file

```
# config/packages/messenger.yaml

framework:
    messenger:
        transports:
            # https://symfony.com/doc/current/messenger.html#transport-configuration
            sftp:
                dsn: 'sftp://foo:bar@localhost:22/rootPath'
            ftp:
                dsn: 'ftp://foo:bar@localhost:21/rootPath'
            local:
                dsn: 'local://./rootPath'

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

1134d ago

### Community

Maintainers

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

---

Top Contributors

[![ThomasBeauchataud](https://avatars.githubusercontent.com/u/44582903?v=4)](https://github.com/ThomasBeauchataud "ThomasBeauchataud (2 commits)")

---

Tags

doctrineodbchfsql

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/tbcd-file-messenger/health.svg)

```
[![Health](https://phpackages.com/badges/tbcd-file-messenger/health.svg)](https://phpackages.com/packages/tbcd-file-messenger)
```

###  Alternatives

[doctrine/common

PHP Doctrine Common project is a library that provides additional functionality that other Doctrine projects depend on such as better reflection support, proxies and much more.

5.8k363.3M1.2k](/packages/doctrine-common)[gedmo/doctrine-extensions

Doctrine behavioral extensions

4.1k118.8M366](/packages/gedmo-doctrine-extensions)[symfony/property-info

Extracts information about PHP class' properties using metadata of popular sources

2.2k256.7M854](/packages/symfony-property-info)[beberlei/doctrineextensions

A set of extensions to Doctrine 2 that add support for additional query functions available in MySQL, Oracle, PostgreSQL and SQLite.

2.1k75.1M146](/packages/beberlei-doctrineextensions)[ramsey/uuid-doctrine

Use ramsey/uuid as a Doctrine field type.

90340.3M211](/packages/ramsey-uuid-doctrine)[carbonphp/carbon-doctrine-types

Types to use Carbon in Doctrine

213220.4M8](/packages/carbonphp-carbon-doctrine-types)

PHPackages © 2026

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