moodle/composer-installer

A Composer Installer Plugin for Moodle

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:composer-plugin

pkg:composer/moodle/composer-installer

v1.0.0 2025-12-17 14:49 UTC

This package is auto-updated.

Last update: 2025-12-17 14:51:29 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