https://github.com/jolicode/mediabundle
🖼️ A media management bundle for Symfony applications, with Easyadmin and SonataAdmin integrations
https://github.com/jolicode/mediabundle
Last synced: 4 months ago
JSON representation
🖼️ A media management bundle for Symfony applications, with Easyadmin and SonataAdmin integrations
- Host: GitHub
- URL: https://github.com/jolicode/mediabundle
- Owner: jolicode
- License: mit
- Created: 2025-07-01T14:44:56.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-02T11:13:01.000Z (about 1 year ago)
- Last Synced: 2025-07-02T12:26:02.952Z (about 1 year ago)
- Language: PHP
- Size: 1.5 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
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](https://symfony.com/bundles/EasyAdminBundle/current/index.html) and [SonataAdmin](https://symfony.com/bundles/SonataAdminBundle/current/index.html) integrations
- abstract media storage
- processors to transform media (crop / resize / etc.)
- post processors to optimize the media size
- Twig components to output `
` and `` 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

## Installation
JoliMediaBundle requires Symfony 7+. It can be installed via Composer:
```
composer require jolicode/media-bundle
```
## Documentation
Read the detailed [documentation of the bundle](https://mediabundle.jolicode.com/).
## License
This software is published under the [MIT License](LICENSE.md).
