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.0(2mo ago)06↓100%

Since Dec 11Pushed 2mo agoCompare

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

READMEChangelogDependencies (3)Versions (11)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

37

—

LowBetter than 83% of packages

Maintenance88

Actively maintained with recent releases

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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 ~16 days

Total

10

Last Release

60d 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://www.gravatar.com/avatar/d7400b12cc228753df732a0ff6e177f6f799b040095972d0b62af2d4a6eda436?d=identicon)[abgreeve](/maintainers/abgreeve)

---

Top Contributors

[![andrewnicols](https://avatars.githubusercontent.com/u/370047?v=4)](https://github.com/andrewnicols "andrewnicols (34 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)
```

###  Alternatives

[lexxyungcarter/chatmessenger

Simple one-to-one/group chat messaging tool for Laravel 5, 6, 7, 8, 9 &amp; 10 with Pusher Integration

10724.1k](/packages/lexxyungcarter-chatmessenger)[georgeboot/laravel-tiptap

Opinionated integration of Tiptap editor using the TALL stack

346.4k](/packages/georgeboot-laravel-tiptap)[bmichotte/dijkstra

php 7+ implementation of the Dijkstra algorithm

131.5k](/packages/bmichotte-dijkstra)

PHPackages © 2026

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