Download the PHP package alengo/sulu-media-extra-bundle without Composer

On this page you can find all versions of the php package alengo/sulu-media-extra-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package sulu-media-extra-bundle

SuluMediaExtraBundle

Media utilities for Sulu CMS 3.x — @2x crop synchronization, image format generation, and media rename command.

Features

Requirements

Installation

Register the bundle in config/bundles.php:

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.

Source YAML format:

Generated XML output (appended to existing image-formats.xml):

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.

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.

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

All versions of sulu-media-extra-bundle with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
sulu/sulu Version ~3.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package alengo/sulu-media-extra-bundle contains the following files

Loading the files please wait ...