PHPackages                             zenstruck/media-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. zenstruck/media-bundle

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

zenstruck/media-bundle
======================

Provides a simple media/file management GUI for Symfony2

v0.2.0(12y ago)13.4k1[1 issues](https://github.com/kbond/ZenstruckMediaBundle/issues)MITPHP

Since Jul 12Pushed 3y ago1 watchersCompare

[ Source](https://github.com/kbond/ZenstruckMediaBundle)[ Packagist](https://packagist.org/packages/zenstruck/media-bundle)[ Docs](http://zenstruck.com/project/ZenstruckMediaBundle)[ RSS](/packages/zenstruck-media-bundle/feed)WikiDiscussions master Synced today

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

ZenstruckMediaBundle
====================

[](#zenstruckmediabundle)

**NOTE:** This bundle is under heavy development, **use at your own risk**

Provides a simple media/file management GUI for Symfony2:

- Integration with CKEditor
- Media form type with browse server

[![Screenshot](https://camo.githubusercontent.com/49914d662017db2ffb2c5c825c38806bb542eb310f3051141102e0467b932c2d/68747470733a2f2f6c68352e676f6f676c6575736572636f6e74656e742e636f6d2f2d633746484b5058737276672f5559755a744d4133704b492f41414141414141414b47412f38325a644d3054707234592f773936332d683433382d6e6f2f7a656e73747275636b2d6d656469612e706e67)](https://github.com/kbond/sandbox)

[View Example Source Code](https://github.com/kbond/sandbox)

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

[](#installation)

1. Add to your `composer.json`:

    ```
     composer require zenstruck/media-bundle

    ```
2. Download and install the AngularJS module [ngUpload](http://twilson63.github.io/ngUpload/) to your `web/vendor` folder. I suggest using [Bower](http://bower.io/):

    ```
     bower install ngUpload

    ```
3. *Optional* If using the slugify filename feature, add [cocur/slugify](https://github.com/cocur/slugify#symfony2) to your composer.json

    ```
     composer require cocur/slugify

    ```
4. Register the bundle with Symfony2:

    ```
    // app/AppKernel.php

    public function registerBundles()
    {
        $bundles = array(
            // ...
            new Zenstruck\MediaBundle\ZenstruckMediaBundle(),

            // enable if you want to use the slugify filename feature
            // new Cocur\Slugify\Bridge\Symfony\CocurSlugifyBundle()
        );
        // ...
    }
    ```

Full Default Config
-------------------

[](#full-default-config)

```
zenstruck_media:
    default_layout:       ZenstruckMediaBundle:Twitter:default_layout.html.twig
    slugify_filename_filter:  false
    filesystem_class:     Zenstruck\MediaBundle\Media\Filesystem
    media_form_type:      false
    role_permissions:     false
    filesystems:          # Required

        # Prototype
        name:
            root_dir:             %kernel.root_dir%/../web/files # Required
            web_prefix:           /files # Required
            secure:               false # set true and change the path to a non public path for secure file downloads

            # Comma separated list of extensions
            allowed_extensions:   ~ # Example: jpg,gif,png
```

###  Health Score

25

—

LowBetter than 36% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 98.3% 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 ~71 days

Total

5

Last Release

4449d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/707369cc916e0ea1aacbf077dcba464f611cef879f024d8944311a54a15224b3?d=identicon)[kbond](/maintainers/kbond)

---

Top Contributors

[![kbond](https://avatars.githubusercontent.com/u/127811?v=4)](https://github.com/kbond "kbond (58 commits)")[![TNAJanssen](https://avatars.githubusercontent.com/u/2812277?v=4)](https://github.com/TNAJanssen "TNAJanssen (1 commits)")

---

Tags

filemanagermediaadministration

### Embed Badge

![Health badge](/badges/zenstruck-media-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/zenstruck-media-bundle/health.svg)](https://phpackages.com/packages/zenstruck-media-bundle)
```

###  Alternatives

[knplabs/gaufrette

PHP library that provides a filesystem abstraction layer

2.5k40.9M129](/packages/knplabs-gaufrette)[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)[knplabs/knp-gaufrette-bundle

Allows to easily use the Gaufrette library in a Symfony project

72429.6M99](/packages/knplabs-knp-gaufrette-bundle)[sonata-project/media-bundle

Symfony SonataMediaBundle

4625.6M73](/packages/sonata-project-media-bundle)[alexusmai/laravel-file-manager

File manager for Laravel

1.2k786.7k9](/packages/alexusmai-laravel-file-manager)[servocoder/richfilemanager

RichFilemanager - highly customizable open-source file manager

90963.7k2](/packages/servocoder-richfilemanager)

PHPackages © 2026

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