PHPackages                             cbillon/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. cbillon/seed

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

cbillon/seed
============

A Composer project template to seed a new Moodle Site

v1.0.0(yesterday)04↑2900%

Since Jun 27Pushed yesterdayCompare

[ Source](https://github.com/cbillon/seed)[ Packagist](https://packagist.org/packages/cbillon/seed)[ RSS](/packages/cbillon-seed/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (3)Versions (2)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 81% of packages

Maintenance100

Actively maintained with recent releases

Popularity5

Limited adoption so far

Community6

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

1d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3054194?v=4)[Claude Billon](/maintainers/cbillon)[@cbillon](https://github.com/cbillon)

---

Top Contributors

[![cbillon](https://avatars.githubusercontent.com/u/3054194?v=4)](https://github.com/cbillon "cbillon (1 commits)")

### Embed Badge

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

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

PHPackages © 2026

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