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

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

shiyan/drupal-pantheon-lando-template
=====================================

Simple composer project template for a Drupal 8 + Pantheon + Lando.

010PHP

Since Jan 10Pushed 7y ago1 watchersCompare

[ Source](https://github.com/mikeshiyan/drupal-pantheon-lando-template)[ Packagist](https://packagist.org/packages/shiyan/drupal-pantheon-lando-template)[ RSS](/packages/shiyan-drupal-pantheon-lando-template/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

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

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

Provides a starter kit for:

- Managing your site dependencies with [Composer](https://getcomposer.org/)
- Hosting your site on [Pantheon](https://pantheon.io/)
- Developing locally with [Lando](https://docs.devwithlando.io/)
- Running tests locally.

This template is based on 3 others:

-
-
-

Prerequisites
-------------

[](#prerequisites)

- [Install Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)
- [Install Lando](https://docs.devwithlando.io/installation/installing.html)
- [Install Composer](https://getcomposer.org/doc/00-intro.md#installation-linux-unix-macos)
- [Install Terminus](https://pantheon.io/docs/terminus/install/)
- [Register at Pantheon](https://pantheon.io/register), add your SSH public key, and create a machine token.
- Choose a machine-friendly site name. It should be all lower case with dashes instead of spaces.

Usage
-----

[](#usage)

Run the following commands one at a time.

Set variables for re-use in terminal session. Replace values with yours.

```
export SITE_NAME="my-project"
export SITE_LABEL="My New Shiny Project"
export MACHINE_TOKEN="my_pantheon_machine_token"

terminus auth:login --machine-token=$MACHINE_TOKEN
terminus site:create $SITE_NAME "$SITE_LABEL" empty

```

The last command may complain that the site name is taken. In that case, try it with another name instead of the `$SITE_NAME`, and then on success re-export the `SITE_NAME` var with a new value.

```
composer create-project --remove-vcs shiyan/drupal-pantheon-lando-template:dev-master $SITE_NAME
cd $SITE_NAME

lando init --recipe=pantheon --pantheon-auth=$MACHINE_TOKEN --pantheon-site=$SITE_NAME

git init
git add --all
git commit --message="Started project."

```

Start the project locally.

```
lando start
lando terminus auth:login --machine-token=$MACHINE_TOKEN
lando drush site:install --yes

```

Then deploy it to Pantheon.

```
lando deploy-code
lando push --code=none --database=dev --files=dev
terminus drush $SITE_NAME.dev -- cache:rebuild

```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

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/0eef0320768b8d176b9014442390bfa3bfec9369cba3b9e663a66dac57ac0084?d=identicon)[mikeshiyan](/maintainers/mikeshiyan)

---

Tags

composerdrupal8landopantheontemplate

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/shiyan-drupal-pantheon-lando-template/health.svg)](https://phpackages.com/packages/shiyan-drupal-pantheon-lando-template)
```

PHPackages © 2026

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