PHPackages                             darvinstudio/darvin-fileman-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. darvinstudio/darvin-fileman-bundle

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

darvinstudio/darvin-fileman-bundle
==================================

This bundle integrates 'darvinstudio/fileman' with Symfony.

5.0.1(6y ago)03.6k↓66.7%MITPHP

Since Jan 11Pushed 4y ago2 watchersCompare

[ Source](https://github.com/DarvinStudio/DarvinFilemanBundle)[ Packagist](https://packagist.org/packages/darvinstudio/darvin-fileman-bundle)[ RSS](/packages/darvinstudio-darvin-fileman-bundle/feed)WikiDiscussions master Synced 1mo ago

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

DarvinFilemanBundle
===================

[](#darvinfilemanbundle)

This bundle integrates "darvinstudio/fileman" with Symfony. It allows to easily exchange uploaded files between Symfony-based project's instances.

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

[](#installation)

1. Install package using Composer:

```
$ composer require darvinstudio/darvin-fileman-bundle
```

2. Register bundle in your AppKernel class:

```
// app/AppKernel.php

public function registerBundles()
{
    $bundles = [
        // ...
        new Darvin\DatabaserBundle\DarvinFilemanBundle(),
        // ...
    ];
}
```

Usage
-----

[](#usage)

### Pull uploaded files

[](#pull-uploaded-files)

```
$ /usr/bin/env php bin/console fileman:pull [-k|--key [KEY]] [-p|--password] [-P|--port [PORT]] [--parameters [PARAMETERS]] [-h|--help] [-q|--quiet] [-v|vv|vvv|--verbose] [-V|--version] [--ansi] [--no-ansi] [-n|--no-interaction] [-e|--env ENV] [--no-debug] [--]    []
```

Examples:

```
$ /usr/bin/env php bin/console fileman:pull root@example.com www/example.com
$ /usr/bin/env php bin/console fileman:pull -P 123 root@example.com /var/www/example.com
```

### Push uploaded files

[](#push-uploaded-files)

```
$ /usr/bin/env php bin/console fileman:push [-k|--key [KEY]] [-p|--password] [-P|--port [PORT]] [--parameters [PARAMETERS]] [-h|--help] [-q|--quiet] [-v|vv|vvv|--verbose] [-V|--version] [--ansi] [--no-ansi] [-n|--no-interaction] [-e|--env ENV] [--no-debug] [--]    []
```

Examples:

```
$ /usr/bin/env php bin/console fileman:push root@example.com www/example.com
$ /usr/bin/env php bin/console fileman:push -P 123 root@example.com /var/www/example.com
```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity66

Established project with proven stability

 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

Every ~231 days

Total

4

Last Release

2357d ago

Major Versions

1.0.0 → 5.0.02018-01-11

### Community

Maintainers

![](https://www.gravatar.com/avatar/7494101d87a9ef1b743764adadbf977914bffca325931201f7a46c6ab58b5283?d=identicon)[darvinstudio](/maintainers/darvinstudio)

---

Top Contributors

[![IgorNikolaev](https://avatars.githubusercontent.com/u/7303834?v=4)](https://github.com/IgorNikolaev "IgorNikolaev (1 commits)")

### Embed Badge

![Health badge](/badges/darvinstudio-darvin-fileman-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/darvinstudio-darvin-fileman-bundle/health.svg)](https://phpackages.com/packages/darvinstudio-darvin-fileman-bundle)
```

###  Alternatives

[knplabs/gaufrette

PHP library that provides a filesystem abstraction layer

2.5k39.8M123](/packages/knplabs-gaufrette)[superbalist/flysystem-google-storage

Flysystem adapter for Google Cloud Storage

26320.6M30](/packages/superbalist-flysystem-google-storage)[illuminate/filesystem

The Illuminate Filesystem package.

15161.6M2.6k](/packages/illuminate-filesystem)[creocoder/yii2-flysystem

The flysystem extension for the Yii framework

2931.7M62](/packages/creocoder-yii2-flysystem)[flowjs/flow-php-server

PHP library for handling chunk uploads. Works with flow.js html5 file uploads.

2451.6M15](/packages/flowjs-flow-php-server)[madnest/madzipper

Easier zip file handling for Laravel applications.

1382.3M6](/packages/madnest-madzipper)

PHPackages © 2026

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