PHPackages                             kod-camp/dash - 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. kod-camp/dash

ActiveProject

kod-camp/dash
=============

An opinionated project template to spin up Drupal projects in a dash.

06PHP

Since Dec 4Pushed 5y ago1 watchersCompare

[ Source](https://github.com/kod-camp/dash)[ Packagist](https://packagist.org/packages/kod-camp/dash)[ RSS](/packages/kod-camp-dash/feed)WikiDiscussions master Synced 5d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Dash
====

[](#dash)

An opinionated project template to spin up Drupal projects in a dash.

What is Dash?
-------------

[](#what-is-dash)

A way for first-time or veteran code-sprinters to launch a Drupal instance quickly.

### What's included

[](#whats-included)

A dash of this and that to make the season bright. We've included everything you need to Sprint in a contrib lounge or start an enterprise-level Drupal project.

- Drupal core
- Gitignore
- Lando config
- Drush
- Drupal Console
- Xdebug on/off switch
- PHP CodeSniffer
- NodeJS/NPM
- Asset packagist
- Patch handling
- Drupal.org CLI
- PHPUnit
- Behat
- Rector
- Admin Toolbar
- Module Filter
- Devel
- Dotenv

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

[](#requirements)

Lando

Quick Start
-----------

[](#quick-start)

Use Composer to create a new project using the desired starter template, with the latest version:

```
composer create-project kod-camp/dash:dev-master my-project --remove-vcs
cd my-project

```

Change the project name in `.lando.yml`

```
lando start

```

Customizations
--------------

[](#customizations)

The following changes could be made to adapt to your project needs.

### Node with Composer

[](#node-with-composer)

This is useful for themes where front-end builds with Node.js require Composer.

```
# .lando.yml
  node:
    # Provide nodejs via a PHP container.
    # Provides Composer for use with Pattern Lab themes.
    #type: php:7.3
    #via: cli
    #build_as_root:
    #  - curl -sL https://deb.nodesource.com/setup_12.x | bash -
    #  - apt-get install -y nodejs
    #run_as_root:
    #  - "npm install -g grunt-cli -y"

```

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity31

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/e6c80da416422bf198fc604c5591bd743f54b40f35c875dcf6b48c4c7616f99f?d=identicon)[jcandan](/maintainers/jcandan)

### Embed Badge

![Health badge](/badges/kod-camp-dash/health.svg)

```
[![Health](https://phpackages.com/badges/kod-camp-dash/health.svg)](https://phpackages.com/packages/kod-camp-dash)
```

PHPackages © 2026

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