PHPackages                             mutms/seed - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. mutms/seed

ActiveProject

mutms/seed
==========

A Composer project template to seed a new Moodle LMS site with MuTMS plugins

v5.1.3.01(1mo ago)01↑2900%GPL-3.0-or-later

Since Mar 28Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/mutms/seed)[ Packagist](https://packagist.org/packages/mutms/seed)[ Docs](https://github.com/mutms/seed)[ RSS](/packages/mutms-seed/feed)WikiDiscussions MOODLE\_501\_STABLE Synced 1mo ago

READMEChangelogDependencies (3)Versions (2)Used By (0)

MuTMS Seed for Moodle 5.1
=========================

[](#mutms-seed-for-moodle-51)

A Composer project template to seed a new Moodle 5.1.x site with MuTMS plugins.

> **Note:** Multi-tenancy is not supported in this seed. For a multi-tenant setup, please refer to the [MuTMS documentation](https://docs.mutms.org).

Requirements
------------

[](#requirements)

- [Composer dependency manager](https://getcomposer.org)
- All standard Moodle 5.1 requirements — see [Moodle release notes](https://moodledev.io/general/releases#moodle-51)

New site installation
---------------------

[](#new-site-installation)

1. Create a new project from the seed template:

    ```
    cd /var/www
    composer create-project mutms/seed mysite
    cd mysite
    ```

    Composer will install the latest stable Moodle 5.1.x release and all required plugins under `moodle/`.
2. Add any MuTMS plugins you want, for example:

    ```
    composer require mutms/moodle-tool_muprog
    ```

    See [Optional plugins](#optional-plugins) below for the full list.
3. Run the update to install the added plugins:

    ```
    composer update
    ```
4. Point your web server document root to `/var/www/mysite/moodle/public`.

Update
------

[](#update)

```
cd /var/www/mysite
composer update
```

This updates Moodle to the latest stable 5.1.x release and all installed plugins to their latest compatible versions.

Major version upgrade
---------------------

[](#major-version-upgrade)

To upgrade to Moodle 5.2 or later, switch to the corresponding MuTMS seed for that release. Migration instructions will be provided once Moodle 5.2 is released.

Optional plugins
----------------

[](#optional-plugins)

PackageDescription`mutms/moodle-tool_muprog`Programmes`mutms/moodle-tool_mucertify`Certifications`mutms/moodle-tool_mutrain`Training credits`mutms/moodle-tool_murelation`Supervisors and teams`mutms/moodle-tool_musudo`Privileged sessions (sudo)`mutms/moodle-tool_mupwned`Compromised password blocking`mutms/moodle-tool_muloginas`Log-in-as via Incognito window`mutms/moodle-tool_muhome`Custom home pages`mutms/moodle-mod_mubook`Interactive bookSee [docs.mutms.org](https://docs.mutms.org) for full documentation on each plugin.

Project structure
-----------------

[](#project-structure)

After installation, the `/var/www/mysite/` directory will contain:

PathDescription`composer.json`Defines Moodle version and installed plugins.`composer.lock`Records exact installed versions. Do not edit manually.`config.php`Moodle site configuration created during installation.`moodle/`Moodle and all plugins installed by Composer. Do not edit directly.`data/`Suggested location for Moodle data directory.`vendor/`Composer dependencies.The seed is hosted at [github.com/mutms/seed](https://github.com/mutms/seed). If you need to customise the project template, fork the repository, clone your fork to the server, and run `composer install` instead of `composer create-project`.

---

Based on the [Moodle Seed](https://github.com/moodle/seed) project by Andrew Lyons.

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance90

Actively maintained with recent releases

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

46d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/695f869d2f3a2064591dbec4abc039ec2bac653c83d959286f67e9993527aa47?d=identicon)[mutms](/maintainers/mutms)

---

Top Contributors

[![skodak](https://avatars.githubusercontent.com/u/241453?v=4)](https://github.com/skodak "skodak (7 commits)")

---

Tags

moodlelmsmutms

### Embed Badge

![Health badge](/badges/mutms-seed/health.svg)

```
[![Health](https://phpackages.com/badges/mutms-seed/health.svg)](https://phpackages.com/packages/mutms-seed)
```

###  Alternatives

[composer/installers

A multi-framework Composer library installer

1.4k136.0M6.0k](/packages/composer-installers)[moodlehq/moodle-plugin-ci

Helps running Moodle plugins analysis checks and tests under various CI environments.

612.6M](/packages/moodlehq-moodle-plugin-ci)[moodlehq/moodle-cs

Moodle Coding Sniffer rules

242.8M5](/packages/moodlehq-moodle-cs)[blackboard-open-source/moodle-plugin-ci

Assists with running Moodle plugins in Travis CI

42141.8k](/packages/blackboard-open-source-moodle-plugin-ci)[tmuras/moosh

Moosh stands for MOOdle SHell. It is a command-line tool that will allow you to perform most common Moodle tasks.

2541.4k](/packages/tmuras-moosh)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
