PHPackages                             mukurtu/mukurtu-template - 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. mukurtu/mukurtu-template

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

mukurtu/mukurtu-template
========================

Project template for Mukurtu CMS v4+

04.3k↑186.7%

Since Sep 8Pushed 9mo ago1 watchersCompare

[ Source](https://github.com/MukurtuCMS/mukurtu-template)[ Packagist](https://packagist.org/packages/mukurtu/mukurtu-template)[ RSS](/packages/mukurtu-mukurtu-template/feed)WikiDiscussions main Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Mukurtu CMS v4 Project Template
===============================

[](#mukurtu-cms-v4-project-template)

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

[](#requirements)

- The necessary database server, web server, and PHP installed that meet [modern Drupal requirements](https://www.drupal.org/docs/system-requirements)
- [Composer](https://getcomposer.org/)
- For local development, we encourage using [Docker](https://ddev.readthedocs.io/en/stable/users/install/docker-installation/) and [DDEV](https://ddev.readthedocs.io/en/stable/users/install/ddev-installation/) (which includes composer)

Install Mukurtu with DDEV
-------------------------

[](#install-mukurtu-with-ddev)

Using DDEV is the easiest way to get up and running with Mukurtu locally.

- Download and install [DDEV](https://ddev.readthedocs.io/en/stable/users/install/ddev-installation/)
- Make a new folder in which to work and initialize a DDEV project inside it. Run the following commands to download and install Mukurtu.

```
mkdir mukurtu
cd mukurtu
ddev config --project-type=drupal --docroot=web
# Optional but recommended: install pdftotext inside the DDEV container:
echo "RUN sudo apt -qq update; sudo apt install poppler-utils -y;" > .ddev/web-build/Dockerfile.pdftotext
ddev start
ddev composer create-project mukurtu/mukurtu-template:dev-main
ddev drush si --site-name=Mukurtu --account-name=admin --account-pass=admin
ddev launch

```

- If planning to develop on the Mukurtu CMS installation profile, follow the [additional installation steps to connect a Git checkout to the new project](https://github.com/MukurtuCMS/Mukurtu-CMS/wiki).

Installing Mukurtu CMS with Composer
------------------------------------

[](#installing-mukurtu-cms-with-composer)

If installing directly on a web host that has a command line interface, you can install Mukurtu via composer.

- First, [install composer](https://getcomposer.org/download/). If you do not have it already, it can be downloaded into a directory with the following:

```
wget https://raw.githubusercontent.com/composer/getcomposer.org/main/web/installer -O - -q | php -- --quiet
# Ideally, move composer into an executable path such as /usr/local/bin/composer.
# But for use only within the current directory, just rename it.
mv composer.phar composer

```

- Install Mukurtu through composer with the following commands:

```
mkdir mukurtu
cd mukurtu
composer create-project mukurtu/mukurtu-template:dev-main .

```

- Set your web server to serve the "web" folder (e.g. `mukurtu4/web`)
- Install Drupal as normal by opening the site in your web browser, the Mukurtu profile distribution will automatically be used.

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance40

Moderate activity, may be stable

Popularity23

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity14

Early-stage or recently created project

 Bus Factor2

2 contributors hold 50%+ of commits

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/3c6580067ea88ae5baccec426b182c1d19e3006193611bbee6d65ab994a85533?d=identicon)[quicksketch](/maintainers/quicksketch)

![](https://www.gravatar.com/avatar/90abe411d95853e64886c24949491ab922e15cca01d70d5d7070451ef891e967?d=identicon)[michael-wynne-wsu](/maintainers/michael-wynne-wsu)

---

Top Contributors

[![quicksketch](https://avatars.githubusercontent.com/u/100206?v=4)](https://github.com/quicksketch "quicksketch (19 commits)")[![nick-deer](https://avatars.githubusercontent.com/u/43937352?v=4)](https://github.com/nick-deer "nick-deer (16 commits)")[![taylor-steve](https://avatars.githubusercontent.com/u/4421877?v=4)](https://github.com/taylor-steve "taylor-steve (9 commits)")[![pjudge](https://avatars.githubusercontent.com/u/15730222?v=4)](https://github.com/pjudge "pjudge (4 commits)")[![michael-wynne-wsu](https://avatars.githubusercontent.com/u/88502274?v=4)](https://github.com/michael-wynne-wsu "michael-wynne-wsu (1 commits)")

### Embed Badge

![Health badge](/badges/mukurtu-mukurtu-template/health.svg)

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

###  Alternatives

[vildanbina/laravel-versions

A Laravel package for managing model drafts.

334.0k](/packages/vildanbina-laravel-versions)

PHPackages © 2026

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