melisplatform/melis-composerdeploy

Melis Platform Composer deployment module

Maintainers

Package info

github.com/melisplatform/melis-composerdeploy

Documentation

Type:melisplatform-module

pkg:composer/melisplatform/melis-composerdeploy

Transparency log

Statistics

Installs: 6 180

Dependents: 3

Suggesters: 0

Stars: 1

Open Issues: 0

v6.0.4 2026-08-12 10:40 UTC

README

MelisComposerDeploy lets the Melis Platform run Composer from inside the application itself, to install, update or remove modules programmatically. It is the engine behind the back-office Modules tool / marketplace and the platform installer, wrapping the composer/composer library so module management does not require a terminal.

Getting Started

Prerequisites

MelisComposerDeploy is a low-level, standalone tool - it depends only on composer/composer, not on melis-core. It is driven by MelisCore's Modules tool / marketplace and by the installer, and typically runs MelisDbDeploy afterwards so a newly installed module's database migrations are applied.

Installing

Run the composer command:

composer require melisplatform/melis-composerdeploy

Running the code

You do not use MelisComposerDeploy directly - it runs behind the back-office Modules tool / marketplace whenever you install, update, or remove a module.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the OSL-3.0 License - see the LICENSE.md file for details