PHPackages                             manaticr/pantheon-drupal-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. manaticr/pantheon-drupal-template

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

manaticr/pantheon-drupal-template
=================================

Project template for Drupal 9 projects with a relocated document

2.0.1(4y ago)031GPL-2.0-or-laterJavaScript

Since Mar 3Pushed 4y ago5 watchersCompare

[ Source](https://github.com/ManatiCR/pantheon-drupal-template)[ Packagist](https://packagist.org/packages/manaticr/pantheon-drupal-template)[ Docs](https://www.drupal.org/project/drupal)[ RSS](/packages/manaticr-pantheon-drupal-template/feed)WikiDiscussions 9.x Synced 4w ago

READMEChangelog (3)Dependencies (44)Versions (5)Used By (0)

Pantheon Drupal Template
========================

[](#pantheon-drupal-template)

Template based on [drupal/recomended-project](https://github.com/drupal/recommended-project) to create drupal projects to be deployed in [Pantheon](https://pantheon.io/), also includes:

- [bloom](https://github.com/ManatiCR/bloom)

Dependencies
------------

[](#dependencies)

- Docker
- Docker Compose
- [Chirripo Launcher](https://docs.chirripo.dev/chirripo-launcher/)
- [Chirripo Proxy](https://docs.chirripo.dev/chirripo-proxy/)

Getting Started
---------------

[](#getting-started)

### How to use

[](#how-to-use)

Use this template along the `composer create-project` command, to do that follow this instructions:

- Create a new folder to store your new project code base, example: `mkdir my-project`
- Create your project using this template `composer create-project manaticr/pantheon-drupal-template my-project`

### Prepare for local development

[](#prepare-for-local-development)

This template uses [chirripo](https://docs.chirripo.dev/) as local environment.

Generate local settings files **(run this command at root of the project)**:

```
./scripts/dev/local-settings.sh
```

Install the requiered dependencies:

```
composer install --ignore-platform-reqs
npm install
```

Run the local environemnt **([Chirripo Launcher](https://docs.chirripo.dev/chirripo-launcher/) should be installed in order to execute chirripo command globally)**:

```
chirripo start
```

Install the local site **(run this command at root of the project)**:

```
./scripts/dev/site-install.sh
```

Enable and configure the [Chirripo Proxy](https://docs.chirripo.dev/chirripo-proxy/).

Start the proxy:

```
chirripo proxy-up
```

### Import the existing site

[](#import-the-existing-site)

Download database in the root of the project, then change the name of the file by `db_site.sql.gz`

Import the databese:

```
./scripts/dev/install-from-db.sh
```

Add the site URL in the `settings/settings.local.php` file:

```
$config['stage_file_proxy.settings']['origin'] = 'SITE_URL';
```

Installed Stuff
---------------

[](#installed-stuff)

You can change any variable defined in the `.env` file to make adjustments to the provided setup. You can edit the file named `docker-compose.override.yml` in the root of the project to make more advanced customizations.

### Solr

[](#solr)

Core is created as `collection1`.

Solr address is `solr`.

Path is `/`.

Testing
-------

[](#testing)

This project uses `npm` to run `gulp` tasks.

To run drupalcs, phplint and eslint tasks:

```
npm run test
```

To compile/transpile Javascript es6:

```
npm run build:js
```

To run lighthouse test in front page:

```
npm run lighthouse
```

To run lighthouse in a custom url:

```
node_modules/.bin/lhci autorun --collect.url=CUSTOM_URL
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 73.3% 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 ~38 days

Total

5

Last Release

1739d ago

Major Versions

1.0.0 → 8.x-dev2021-03-03

2.0.1 → 9.x-dev2021-08-04

### Community

Maintainers

![](https://www.gravatar.com/avatar/8fd7f1a8acc6b6c5b0107e6c920fd01891e23febdf22b368ca8d7522a9230fa0?d=identicon)[mcortes19](/maintainers/mcortes19)

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

---

Top Contributors

[![mcortes19](https://avatars.githubusercontent.com/u/11282049?v=4)](https://github.com/mcortes19 "mcortes19 (11 commits)")[![rigoucr](https://avatars.githubusercontent.com/u/2217827?v=4)](https://github.com/rigoucr "rigoucr (4 commits)")

###  Code Quality

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/manaticr-pantheon-drupal-template/health.svg)

```
[![Health](https://phpackages.com/badges/manaticr-pantheon-drupal-template/health.svg)](https://phpackages.com/packages/manaticr-pantheon-drupal-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)
