moodle/composer-installer

A Composer Installer Plugin for Moodle

Maintainers

Package info

github.com/moodle/composer-installer

Type:composer-plugin

pkg:composer/moodle/composer-installer

Statistics

Installs: 2 985

Dependents: 2

Suggesters: 0

Stars: 1

Open Issues: 0

v1.2.2 2026-02-17 04:49 UTC

This package is auto-updated.

Last update: 2026-02-17 07:54:26 UTC


README

This Composer plugin allows Moodle plugins to be installed into the correct locations within the Moodle directory.

Usage

As a package maintainer

Your plugin should have a composer.json which defines the following fields:

  • name in the format moodle-[plugintype]_[pluginname]
  • type of moodle-[plugintype].

As a site administrator

You should depend upon this plugin:

composer require moodle/composer-installer