https://github.com/jolicode/MediaBundle
🖼️ A media management bundle for Symfony applications, with Easyadmin and SonataAdmin integrations
https://github.com/jolicode/MediaBundle
admin bundle image media php symfony symfony-bundle
Last synced: about 2 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 (9 months ago)
- Default Branch: main
- Last Pushed: 2025-12-01T13:06:26.000Z (4 months ago)
- Last Synced: 2025-12-04T01:23:22.723Z (4 months ago)
- Topics: admin, bundle, image, media, php, symfony, symfony-bundle
- Language: PHP
- Homepage: https://mediabundle.jolicode.com/
- Size: 3.34 MB
- Stars: 85
- Watchers: 3
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.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).
