jolicode/media-bundle

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

Installs: 18

Dependents: 0

Suggesters: 0

Security: 0

Stars: 8

Watchers: 1

Forks: 0

Open Issues: 0

Type:symfony-bundle

pkg:composer/jolicode/media-bundle

v0.1.0 2025-11-03 15:01 UTC

This package is not auto-updated.

Last update: 2025-11-04 13:34:46 UTC


README

JoliMediaBundle
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

The MediaBundle provides integrations with Easyadmin and Sonata Admin

Installation

JoliMediaBundle requires Symfony 7+. It can be installed via Composer:

composer require jolicode/media-bundle

Documentation

Read the detailed documentation of the bundle.

License

This software is published under the MIT License.



JoliCode is sponsoring this project