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

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

manaticr/platformsh-drupal-template
===================================

Project template for Drupal 9 projects with a relocated document

2.0.1(4y ago)0118GPL-2.0-or-laterPHP

Since Sep 28Pushed 4y ago6 watchersCompare

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

READMEChangelog (6)Dependencies (44)Versions (8)Used By (0)

PlatformSh Drupal Template
==========================

[](#platformsh-drupal-template)

Template based on [drupal/recomended-project](https://github.com/drupal/recommended-project) to create drupal projects to be deployed in [Platformsh](https://platform.sh/), 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)

### 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/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/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/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

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 80.9% 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 ~44 days

Recently: every ~31 days

Total

8

Last Release

1746d ago

Major Versions

1.2.0 → 8.x-dev2021-03-31

1.3.0 → 2.0.02021-07-30

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 (38 commits)")[![rigoucr](https://avatars.githubusercontent.com/u/2217827?v=4)](https://github.com/rigoucr "rigoucr (9 commits)")

###  Code Quality

Code StylePHP\_CodeSniffer

### Embed Badge

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

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