PHPackages                             mog33/drupal-composer-advanced-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. mog33/drupal-composer-advanced-template

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

mog33/drupal-composer-advanced-template
=======================================

Drupal 10 project with composer, boosted!

11.x-dev(9mo ago)1102GPL-3.0-or-laterPHP

Since May 26Pushed 9mo ago1 watchersCompare

[ Source](https://github.com/mogtofu33/drupal-composer-advanced-template)[ Packagist](https://packagist.org/packages/mog33/drupal-composer-advanced-template)[ Docs](https://gitlab.com/mog33/drupal-composer-advanced-template)[ RSS](/packages/mog33-drupal-composer-advanced-template/feed)WikiDiscussions 10.x Synced today

READMEChangelogDependencies (107)Versions (4)Used By (0)

Composer template for Drupal 10 projects
========================================

[](#composer-template-for-drupal-10-projects)

[![pipeline status](https://camo.githubusercontent.com/6b0ec4267afed50fa2ce1c0f1db62a4da6dcbb8e6c0e1b582cc43f8c91504034/68747470733a2f2f6769746c61622e636f6d2f6d6f6733332f64727570616c2d636f6d706f7365722d616476616e6365642d74656d706c6174652f6261646765732f392e782f706970656c696e652e737667)](https://gitlab.com/mog33/drupal-composer-advanced-template/commits/9.x-dev)

Enhanced Drupal 10 profile to kickstart a website.

- [What's this?](#whats-this)
- [What's included / added](#whats-included--added)
- [Install](#install)
    - [Requirements](#requirements)
    - [Grab code and libraries](#grab-code-and-libraries)
    - [Drupal installation](#drupal-installation)
        - [Server / remote installation](#server--remote-installation)
        - [Quick local setup with ddev](#quick-local-setup-with-ddev)

What's this?
------------

[](#whats-this)

This project is meant to be a starting point for a developer, not a ready to use Drupal with functionalities. For more advanced profiles see:

- [Varbase](https://www.drupal.org/project/varbase)
- [Lightning](https://www.drupal.org/project/lightning)
- [Thunder](https://www.drupal.org/project/thunder)
- [Social](https://www.drupal.org/project/social)
- [Commerce](https://www.drupal.org/project/commerce)
- [and more...](https://www.drupal.org/project/project_distribution?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=sm_core_compatibility%3A9&f%5B3%5D=sm_field_project_type%3Afull&f%5B4%5D=&f%5B5%5D=&text=&solrsort=iss_project_release_usage+desc&op=Search)

What's included / added
-----------------------

[](#whats-included--added)

- Third party libraries download with [Asset packagist](https://asset-packagist.org)
- Drupal basic configuration with Dev / Prod environment, see [Workflow readme](config/README.md)
- Creates environment variables based on your .env file. See [.env.example](./.env.example), inspired from [drupal-project](https://github.com/drupal-composer/drupal-project)
- Some [patches for core](./composer.json#L260)
- A Full [Gitlab-CI support](https://gitlab.com/mog33/gitlab-ci-drupal) for build, tests, code quality, linting, metrics and deploy, see [Gitlab-CI for Drupal](https://gitlab.com/mog33/gitlab-ci-drupal)

Install
-------

[](#install)

### Requirements

[](#requirements)

Require [Composer 2+](https://getcomposer.org) with [Php 8.1+](http://php.net/) and Php modules needed for composer.

### Grab code and libraries

[](#grab-code-and-libraries)

Get and install this project

```
composer create-project mog33/drupal-composer-advanced-template:10.x drupal --stability dev --no-interaction
```

Set **/web** as root of your host (Apache).

Other folders (eg: vendor) should be accessible by Webserver user and not from HTTP.

### Drupal installation

[](#drupal-installation)

#### Server / remote installation

[](#server--remote-installation)

- Create a database and a user access to this database.
- Fix files and folder permissions of **/web** folder regardless of [Securing file permissions and ownership](https://www.drupal.org/node/244924)
- Edit `.env` and select `SETTINGS_ENVIRONMENT` value, *dev* will enable development modules and settings
- Install Drupal and choose profile **Use existing configuration**

#### Quick local setup with ddev

[](#quick-local-setup-with-ddev)

This project include a simple **Docker** stack based on great project [Ddev](https://ddev.readthedocs.io/en/latest/).

Install [Ddev](https://ddev.readthedocs.io/en/latest/#installation)

**On linux:**

```
make install
```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance58

Moderate activity, may be stable

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

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

Total

3

Last Release

275d ago

Major Versions

9.x-dev → 10.x-dev2025-08-09

10.x-dev → 11.x-dev2025-08-09

### Community

Maintainers

![](https://www.gravatar.com/avatar/254839bf145fc82013a8641e7d57d7ba9b5287eb212ebf410431eea9d1a11265?d=identicon)[Mog](/maintainers/Mog)

---

Top Contributors

[![mogtofu33](https://avatars.githubusercontent.com/u/600163?v=4)](https://github.com/mogtofu33 "mogtofu33 (333 commits)")

---

Tags

composer-templatedrupaldrupal8phpdrupalDrupal10

###  Code Quality

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/mog33-drupal-composer-advanced-template/health.svg)

```
[![Health](https://phpackages.com/badges/mog33-drupal-composer-advanced-template/health.svg)](https://phpackages.com/packages/mog33-drupal-composer-advanced-template)
```

###  Alternatives

[drupalwxt/wxt

Project template for Drupal 10 sites built with the WxT distribution.

29159.8k8](/packages/drupalwxt-wxt)[voidagency/vactory_starter_kit

Vactory is a custom Drupal profile which is developed and released by VOID Agency.

1019.7k](/packages/voidagency-vactory-starter-kit)[thunder/thunder-distribution

The thunder distribution

50634.8k3](/packages/thunder-thunder-distribution)[govcms/govcms

GovCMS Drupal Distribution

18997.1k3](/packages/govcms-govcms)

PHPackages © 2026

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