PHPackages                             kunstmaan/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. [Image &amp; Media](/categories/media)
4. /
5. kunstmaan/media-bundle

ActiveSymfony-bundle[Image &amp; Media](/categories/media)

kunstmaan/media-bundle
======================

To build your perfect website you probably need images, video's or maybe even a presentation too. The Kunstmaan Media Bundle handles all those media assets and centralizes them so you can find your content just the way you like it: fast and efficiently. No central asset management module is useful without some pretty advanced image editing functionality. To provide this we have integrated the Aviary image editing service right from the interface.

7.3.0(1y ago)41134.7k↓50.4%13[3 issues](https://github.com/Kunstmaan/KunstmaanMediaBundle/issues)7MITPHPPHP ^8.1

Since Jul 4Pushed 4mo ago13 watchersCompare

[ Source](https://github.com/Kunstmaan/KunstmaanMediaBundle)[ Packagist](https://packagist.org/packages/kunstmaan/media-bundle)[ Docs](https://github.com/Kunstmaan/KunstmaanMediaBundle)[ RSS](/packages/kunstmaan-media-bundle/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (10)Dependencies (11)Versions (248)Used By (7)

KunstmaanMediaBundle
====================

[](#kunstmaanmediabundle)

[![Build Status](https://camo.githubusercontent.com/36eff63512a92685fc408cbd4530867ab4af1080aa78a156f3b77ec4fa97ba5b/68747470733a2f2f7472617669732d63692e6f72672f4b756e73746d61616e2f4b756e73746d61616e4d6564696142756e646c652e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/Kunstmaan/KunstmaanMediaBundle)[![Total Downloads](https://camo.githubusercontent.com/ed0d9c8c2c192d35a65d669e2aad34681cd4f01b9fd4cd3e8a5d73f5b71e2a87/68747470733a2f2f706f7365722e707567782e6f72672f6b756e73746d61616e2f6d656469612d62756e646c652f646f776e6c6f6164732e706e67)](https://packagist.org/packages/kunstmaan/media-bundle)[![Latest Stable Version](https://camo.githubusercontent.com/e4692d3150a6f042304f8256bb6c04cf8baf4d14c0c6e735ed0c1675a7a5cf55/68747470733a2f2f706f7365722e707567782e6f72672f6b756e73746d61616e2f6d656469612d62756e646c652f762f737461626c652e706e67)](https://packagist.org/packages/kunstmaan/media-bundle)[![Analytics](https://camo.githubusercontent.com/5aefb41ef1cb77ffbfa3d81cc48753bc1b73992415259caf18d6161700533f5a/68747470733a2f2f67612d626561636f6e2e61707073706f742e636f6d2f55412d333136303733352d372f4b756e73746d61616e2f4b756e73746d61616e4d6564696142756e646c65)](https://github.com/igrigorik/ga-beacon)

To build your perfect website you probably need images, video's or maybe even a presentation too. The Kunstmaan Media Bundle handles all those media assets and centralizes them so you can find your content just the way you like it: fast and efficiently. No central asset management module is useful without some pretty advanced image editing functionality. To provide this we have integrated the Aviary image editing service right from the interface.

View more screenshots and information .

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

[](#installation)

This bundle is compatible with all Symfony 3.\* releases. More information about installing can be found in this line by line walkthrough of installing Symfony and all our bundles, please refer to the [Getting Started guide](https://kunstmaanbundlescms.readthedocs.io/en/stable/installation/) and enjoy the full blown experience.

Symfony 2.2
-----------

[](#symfony-22)

If you want to use this bundle for a Symfony 2.2 release, use the 2.2 branch.

Audio
-----

[](#audio)

If you want to use your own api key for SoundCloud, you can define this in the config.yml of your application but it works fine without it as well.

```
kunstmaan_media:
    soundcloud_api_key: YOUR_CLIENT_ID
```

Tooltips
--------

[](#tooltips)

If you want to add a nifty tooltip to your media chooser in the admin, you can just add the following to your form type:

```
$builder
    ->add(
      'media',
      'media',
      array(
          'pattern' => 'KunstmaanMediaBundle_chooser',
          'mediatype' => 'image',
          'attr' => array('info_text' => 'YOUR TOOLTIP TEXT'),
      )
    );
```

Generating PDF preview thumbnails
---------------------------------

[](#generating-pdf-preview-thumbnails)

For this functionality to work, you need to install the ImageMagick extension with PDF support (using Ghostscript). You will also have to make sure that the Ghostscript executable (gs) can be found in the path of the user that is executing the code (apache/www or a custom user depending on your setup).

You can determine that path by running `which gs` on the command line in Linux/OS X.

To install Ghostscript on Mac OS X you can use `brew install gs`.

On OS X with apache you will probably have to add that path to the apache environment settings in `/System/Library/LaunchDaemons/org.apache.httpd.plist`. Make sure it contains the following :

```
EnvironmentVariables

    PATH
    /usr/bin:/bin:/usr/sbin:/sbin:/path/to/gs

```

Where `/path/to/gs` is just the actual path where the gs binary is stored.

*NOTE:* This functionality has to be enabled by setting the `enable_pdf_preview` configuration option to true, ie. :

```
kunstmaan_media:
    enable_pdf_preview: true
```

###  Health Score

60

—

FairBetter than 98% of packages

Maintenance58

Moderate activity, may be stable

Popularity44

Moderate usage in the ecosystem

Community35

Small or concentrated contributor base

Maturity91

Battle-tested with a long release history

 Bus Factor3

3 contributors hold 50%+ of commits

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 ~20 days

Recently: every ~93 days

Total

245

Last Release

139d ago

Major Versions

5.10.0 → 6.0.12021-11-07

5.10.5 → 6.0.52021-11-22

5.10.x-dev → 6.0.x-dev2022-10-05

6.4.2 → 7.0.12024-03-24

6.4.4 → 7.0.x-dev2024-09-14

PHP version history (9 changes)v1.3PHP &gt;=5.3.3

3.1.0PHP &gt;=5.4.0

3.5.0PHP &gt;=5.5.0

5.2.0PHP ^7.1

5.7.1PHP ^7.2

5.9.0PHP ^7.2|^8.0

6.2.0PHP ^8.0

7.1.0-alpha1PHP ^8.1

7.x-devPHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/62ecb43e61751f5fc28256b948ef82f76704338a102d5122b2a6b355e8e972df?d=identicon)[Kunstmaan](/maintainers/Kunstmaan)

---

Top Contributors

[![acrobat](https://avatars.githubusercontent.com/u/1374857?v=4)](https://github.com/acrobat "acrobat (124 commits)")[![kristofvc](https://avatars.githubusercontent.com/u/1167123?v=4)](https://github.com/kristofvc "kristofvc (108 commits)")[![krispypen](https://avatars.githubusercontent.com/u/156955?v=4)](https://github.com/krispypen "krispypen (91 commits)")[![Devolicious](https://avatars.githubusercontent.com/u/360302?v=4)](https://github.com/Devolicious "Devolicious (34 commits)")[![sandergo90](https://avatars.githubusercontent.com/u/1516413?v=4)](https://github.com/sandergo90 "sandergo90 (34 commits)")[![dannyvw](https://avatars.githubusercontent.com/u/1218389?v=4)](https://github.com/dannyvw "dannyvw (26 commits)")[![wimvds](https://avatars.githubusercontent.com/u/777114?v=4)](https://github.com/wimvds "wimvds (24 commits)")[![SpoBo](https://avatars.githubusercontent.com/u/10668?v=4)](https://github.com/SpoBo "SpoBo (11 commits)")[![roderik](https://avatars.githubusercontent.com/u/16780?v=4)](https://github.com/roderik "roderik (8 commits)")[![whitewhidow](https://avatars.githubusercontent.com/u/3006630?v=4)](https://github.com/whitewhidow "whitewhidow (8 commits)")[![delboy1978uk](https://avatars.githubusercontent.com/u/2684575?v=4)](https://github.com/delboy1978uk "delboy1978uk (6 commits)")[![fchris82](https://avatars.githubusercontent.com/u/1598178?v=4)](https://github.com/fchris82 "fchris82 (6 commits)")[![jverdeyen](https://avatars.githubusercontent.com/u/117409?v=4)](https://github.com/jverdeyen "jverdeyen (5 commits)")[![FVKVN](https://avatars.githubusercontent.com/u/4497591?v=4)](https://github.com/FVKVN "FVKVN (5 commits)")[![mwoynarski](https://avatars.githubusercontent.com/u/143827?v=4)](https://github.com/mwoynarski "mwoynarski (4 commits)")[![OskarStark](https://avatars.githubusercontent.com/u/995707?v=4)](https://github.com/OskarStark "OskarStark (4 commits)")[![wouterj](https://avatars.githubusercontent.com/u/749025?v=4)](https://github.com/wouterj "wouterj (4 commits)")[![tentwofour](https://avatars.githubusercontent.com/u/4117615?v=4)](https://github.com/tentwofour "tentwofour (4 commits)")[![daanporon](https://avatars.githubusercontent.com/u/71901?v=4)](https://github.com/daanporon "daanporon (4 commits)")[![mlebkowski](https://avatars.githubusercontent.com/u/848731?v=4)](https://github.com/mlebkowski "mlebkowski (4 commits)")

---

Tags

mediacmskunstmaan

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.9M737](/packages/sylius-sylius)[oro/platform

Business Application Platform (BAP)

645143.5k115](/packages/oro-platform)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.4M204](/packages/sulu-sulu)[kimai/kimai

Kimai - Time Tracking

4.8k9.0k1](/packages/kimai-kimai)[jolicode/media-bundle

A media management bundle for Symfony applications, with Easyadmin and SonataAdmin integrations.

11213.6k](/packages/jolicode-media-bundle)[sylius/core-bundle

Sylius core bundle. It integrates all other bundles into full stack Symfony ecommerce solution.

22111.4k69](/packages/sylius-core-bundle)

PHPackages © 2026

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