alengo/sulu-media-extra-bundle
Composer 安装命令:
composer require alengo/sulu-media-extra-bundle
包简介
Media utilities for Sulu CMS — @2x crop sync, format generation, media rename command
README 文档
README
Media utilities for Sulu CMS 3.x — @2x crop synchronization, image format generation, and media rename command.
Features
@2xcrop sync — automatically mirrors crop settings from800x@2xto800xon every crop save- Image format generation — generates
image-formats.xmlentries from a simple YAML list (including@2xvariants) - Format options duplicate — backfills existing
@2xcrop entries to their base format keys - Media rename — renames a media file in storage and database with dry-run support
Requirements
- PHP 8.2+
- Sulu CMS ~3.0
- Symfony 7.x
Installation
composer require alengo/sulu-media-extra-bundle
Register the bundle in config/bundles.php:
Alengo\SuluMediaExtraBundle\AlengoMediaExtraBundle::class => ['all' => true],
No further configuration required — all services are auto-registered.
@2x Crop Sync
MediaCropModifiedSubscriber listens to MediaCropModifiedEvent. Whenever a crop is saved for a format key containing @2x (e.g. 800x@2x), the same crop coordinates are automatically written to the base key (800x).
This ensures that @1x and @2x formats always use identical crop regions without manual duplication.
Commands
alengo:media:image-formats:generate
Generates image-formats.xml entries from a YAML source file. Each format produces two XML entries — the base format (marked internal="true") and the @2x variant.
bin/adminconsole alengo:media:image-formats:generate bin/adminconsole alengo:media:image-formats:generate --source=config/app/image-formats.yaml --target=config/image-formats.xml
Source YAML format:
# config/app/image-formats.yaml image_formats: - 400x300 - 800x - x600
Generated XML output (appended to existing image-formats.xml):
<format key="400x300" internal="true"> <scale x="400" y="300"/> </format> <format key="400x300@2x"> <scale x="800" y="600"/> </format>
| Option | Default | Description |
|---|---|---|
--source / -s |
config/app/image-formats.yaml |
Source YAML file (relative to project root) |
--target / -t |
config/image-formats.xml |
Target XML file (relative to project root) |
alengo:media:image-format-options:duplicate
Backfills existing @2x crop entries (me_format_options) to their base format keys. Useful after adding the bundle to a project that already has saved crops.
bin/adminconsole alengo:media:image-format-options:duplicate bin/adminconsole alengo:media:image-format-options:duplicate --source=config/app/image-formats.yaml
| Option | Default | Description |
|---|---|---|
--source / -s |
config/app/image-formats.yaml |
YAML file listing the format keys to process |
alengo:media:rename
Renames a media file — updates the display name in the database, moves the file in storage, and increments the subVersion to invalidate format caches.
bin/adminconsole alengo:media:rename <mediaId> <newName> bin/adminconsole alengo:media:rename 42 "new-filename" --locale=de --dry-run
| Argument / Option | Description |
|---|---|
mediaId |
ID of the media to rename |
newName |
New base filename (extension is preserved from original) |
--locale / -l |
Locale for filename normalization (default: en) |
--dry-run |
Preview changes without writing anything |
alengo/sulu-media-extra-bundle 适用场景与选型建议
alengo/sulu-media-extra-bundle 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 36 次下载、GitHub Stars 达 0, 最近一次更新时间为 2026 年 04 月 06 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 alengo/sulu-media-extra-bundle 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 alengo/sulu-media-extra-bundle 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 36
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 33
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-04-06