JoliMediaBundle – Media management for Symfony
Upload, store, manage, transform, compress and display all in one tool.
This bundle provides a tools to manage media in Symfony applications and embed a full-featured media library in your admin.
- EasyAdmin and SonataAdmin integrations
- abstract media storage
- processors to transform media (crop / resize / etc.)
- post processors to optimize the media size
- Twig components to output
<img>and<picture>tags - CLI commands to generate and inspect media variations that are high quality yet lightweight
- the ability to generate URLs for media and their variations
- events to allow you to hook into the media processing pipeline
- an integration with Doctrine entities, so you can easily manage media in your entities
- debug toolbar and profiler panel to monitor media processing in your application
JoliMediaBundle requires Symfony 7+. It can be installed via Composer:
composer require jolicode/media-bundle
Read the detailed documentation of the bundle.
This software is published under the MIT License.


