PHPackages                             da-vinci-studio/file-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. da-vinci-studio/file-bundle

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

da-vinci-studio/file-bundle
===========================

File Bundle

v0.1.0(9y ago)019PHP

Since Jul 26Pushed 9y ago2 watchersCompare

[ Source](https://github.com/da-vinci-studio/file-bundle)[ Packagist](https://packagist.org/packages/da-vinci-studio/file-bundle)[ RSS](/packages/da-vinci-studio-file-bundle/feed)WikiDiscussions master Synced 4w ago

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

file-bundle
===========

[](#file-bundle)

\###Installation

1. Add bundle into composer.json

composer require **da-vinci-studio/file-bundle**

2. Register bundle in AppKernel

    ```
      public function registerBundles()
      {
        $bundles = [
           // ...
           new \Dvs\FileBundle\DvsFileBundle()
        ];
      }

    ```

\###Using FileReceiver FileReceiver provides a way to save files in a specific localization via FlySystem. It will take care of your file's name and path generation needed for correct saving.

1. Create a directory for file saving (e.g. **document** in root\_dir)
2. Register directory in **parameters.yml**

document\_upload\_dir: document

3. According to FlySystem [documentation](https://github.com/1up-lab/OneupFlysystemBundle/blob/master/Resources/doc/index.md#step3-configure-your-filesystems)register file system in **config.yml** in connection with created directory

    ```
      dvs_file:
        filesystems:
          pp_standard:
            adapter:
              local:
                directory: "%kernel.root_dir%/document"

    ```
4. Register FileReceiver as a dependency using id: **dvs.file\_receiver**

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community10

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

3626d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5d00e1e73a4ff379162b943421469055929a95e7a6ce4c3808976dcc1fa28f4f?d=identicon)[akondas](/maintainers/akondas)

![](https://avatars.githubusercontent.com/u/6930869?v=4)[keiko](/maintainers/keiko)[@Keiko](https://github.com/Keiko)

![](https://avatars.githubusercontent.com/u/58775834?v=4)[pawel-wrzeszcz](/maintainers/pawel-wrzeszcz)[@pawel-wrzeszcz](https://github.com/pawel-wrzeszcz)

---

Top Contributors

[![pawel-wrzeszcz](https://avatars.githubusercontent.com/u/58775834?v=4)](https://github.com/pawel-wrzeszcz "pawel-wrzeszcz (2 commits)")

### Embed Badge

![Health badge](/badges/da-vinci-studio-file-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/da-vinci-studio-file-bundle/health.svg)](https://phpackages.com/packages/da-vinci-studio-file-bundle)
```

###  Alternatives

[league/flysystem-aws-s3-v3

AWS S3 filesystem adapter for Flysystem.

1.7k277.8M965](/packages/league-flysystem-aws-s3-v3)[unisharp/laravel-filemanager

A file upload/editor intended for use with Laravel 5 to 10 and CKEditor / TinyMCE

2.1k3.4M81](/packages/unisharp-laravel-filemanager)[league/flysystem-bundle

Symfony bundle integrating Flysystem into Symfony applications

40331.4M120](/packages/league-flysystem-bundle)[tempest/framework

The PHP framework that gets out of your way.

2.2k31.1k12](/packages/tempest-framework)[alexusmai/laravel-file-manager

File manager for Laravel

1.2k786.7k9](/packages/alexusmai-laravel-file-manager)[barryvdh/elfinder-flysystem-driver

A Flysystem Driver for elFinder

1864.9M40](/packages/barryvdh-elfinder-flysystem-driver)

PHPackages © 2026

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