PHPackages                             moodle/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. moodle/seed

ActiveProject[Utility &amp; Helpers](/categories/utility)

moodle/seed
===========

A Composer project template to seed a new Moodle Site

v2.0.1(3mo ago)130

Since Dec 11Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/moodle/seed)[ Packagist](https://packagist.org/packages/moodle/seed)[ RSS](/packages/moodle-seed/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependencies (6)Versions (12)Used By (0)

The Seed to grow a new Moodle site
==================================

[](#the-seed-to-grow-a-new-moodle-site)

This package is intended as a seed to start a new Moodle site using Composer.

Features
--------

[](#features)

By using the Composer-based approach you are able to:

- install Moodle plugins using Composer
- install Moodle PHP-based dependencies

Usage
-----

[](#usage)

### Seeding a new Moodle instance

[](#seeding-a-new-moodle-instance)

To create a new Moodle site using the seed project you can simply run:

```
composer create-project moodle/seed [yourlocation]
```

The Moodle scaffolding tool will then guide you through setting up your new Moodle seedling.

Within your new `yourlocation` directory you will find a number of files and folders, including:

- a `composer.json` and `composer.lock` file;
- a `vendor`; and
- a `moodle` directory, containing your Moodle site.

### Specifying a specific version of Moodle

[](#specifying-a-specific-version-of-moodle)

Change directory into your composer root, and run:

```
composer require "moodle/moodle:~5.1.0"
```

For more information on writing version constraints see the [Composer documentation](https://getcomposer.org/doc/articles/versions.md#writing-version-constraints).

### Adding a Moodle plugin

[](#adding-a-moodle-plugin)

You can require any correctly-configured Moodle plugin which exists in Packagist using Composer:

```
cd [yourlocation]
composer require fmcorz/moodle-block_xp
```

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance82

Actively maintained with recent releases

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

 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

Every ~10 days

Recently: every ~20 days

Total

11

Last Release

90d ago

Major Versions

v0.4.0 → v1.0.02026-01-06

v1.0.3 → v2.0.02026-03-10

### Community

Maintainers

![](https://www.gravatar.com/avatar/af50aff7bc9a1b0863806f0a384ce233451b87a1425b4b4de51aea64810ace59?d=identicon)[andrewnicols](/maintainers/andrewnicols)

![](https://avatars.githubusercontent.com/u/1161797?v=4)[Adrian Greeve](/maintainers/abgreeve)[@abgreeve](https://github.com/abgreeve)

---

Top Contributors

[![andrewnicols](https://avatars.githubusercontent.com/u/370047?v=4)](https://github.com/andrewnicols "andrewnicols (36 commits)")

---

Tags

composergeneratormoodleprojectseed

### Embed Badge

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

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

PHPackages © 2026

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