Download the PHP package kunstmaan/media-bundle without Composer
On this page you can find all versions of the php package kunstmaan/media-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download kunstmaan/media-bundle
More information about kunstmaan/media-bundle
Files in kunstmaan/media-bundle
Package media-bundle
Short Description 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.
License MIT
Homepage https://github.com/Kunstmaan/KunstmaanMediaBundle
Informations about the package media-bundle
KunstmaanMediaBundle
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 https://cms.kunstmaan.be.
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 and enjoy the full blown experience.
Symfony 2.2
If you want to use this bundle for a Symfony 2.2 release, use the 2.2 branch.
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.
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:
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 on the command line in Linux/OS X.
To install Ghostscript on Mac OS X you can use .
On OS X with apache you will probably have to add that path to the apache environment settings in . Make sure it contains the following :
Where is just the actual path where the gs binary is stored.
NOTE: This functionality has to be enabled by setting the configuration option to true, ie. :
All versions of media-bundle with dependencies
gedmo/doctrine-extensions Version ^2.4.34|^3.1.0
stof/doctrine-extensions-bundle Version ^1.3
liip/imagine-bundle Version ^2.4
symfony/mime Version ^6.4|^7.2
knplabs/knp-gaufrette-bundle Version ^0.9.0
kunstmaan/adminlist-bundle Version ^7.0
pagerfanta/twig Version ^3.8|^4.0