PHPackages                             pattern-lab/edition-mustache-webdesignday - 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. [Templating &amp; Views](/categories/templating)
4. /
5. pattern-lab/edition-mustache-webdesignday

AbandonedArchivedProject[Templating &amp; Views](/categories/templating)

pattern-lab/edition-mustache-webdesignday
=========================================

The Web Design Day Edition of Pattern Lab for Mustache. Installs all Mustache-related dependencies plus the Web Design Day StarterKit.

v1.1.0(9y ago)037MITPHPPHP &gt;=5.3.6

Since Jun 21Pushed 9y ago2 watchersCompare

[ Source](https://github.com/pattern-lab/edition-php-mustache-webdesignday)[ Packagist](https://packagist.org/packages/pattern-lab/edition-mustache-webdesignday)[ Docs](http://patternlab.io)[ RSS](/packages/pattern-lab-edition-mustache-webdesignday/feed)WikiDiscussions master Synced 1mo ago

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

[![license](https://camo.githubusercontent.com/bdd9f9a2969b54f1e78d24c55204e3cf4394167f1c80461d417ba0fad44d0b3c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f7061747465726e2d6c61622f65646974696f6e2d7068702d6d757374616368652d77656264657369676e6461792e7376673f6d61784167653d32353932303030)](https://camo.githubusercontent.com/bdd9f9a2969b54f1e78d24c55204e3cf4394167f1c80461d417ba0fad44d0b3c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f7061747465726e2d6c61622f65646974696f6e2d7068702d6d757374616368652d77656264657369676e6461792e7376673f6d61784167653d32353932303030)[![Packagist](https://camo.githubusercontent.com/e46f7ecbfd849feb6322aec85bad4ceb973423f2a6bb0c0fd45b3c5e2748312c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7061747465726e2d6c61622f65646974696f6e2d6d757374616368652d77656264657369676e6461792e7376673f6d61784167653d32353932303030)](https://packagist.org/packages/pattern-lab/edition-mustache-webdesignday) [![Gitter](https://camo.githubusercontent.com/f577e37eeef61fbb13b53db1e484a34b084cdb41d4c43a6739cc51297b39b350/68747470733a2f2f696d672e736869656c64732e696f2f6769747465722f726f6f6d2f7061747465726e2d6c61622f7068702e7376673f6d61784167653d32353932303030)](https://gitter.im/pattern-lab/php)

Pattern Lab Web Design Day Edition for Mustache
===============================================

[](#pattern-lab-web-design-day-edition-for-mustache)

The Web Design Day Edition for Mustache gives attendees a clean and stable base from which to follow-along with the Pattern Lab workshop.

Packaged Components
-------------------

[](#packaged-components)

The Web Design Day Edition for Mustache comes with the following components:

- `pattern-lab/core`: [GitHub](https://github.com/pattern-lab/patternlab-php-core), [Packagist](https://packagist.org/packages/pattern-lab/core)
- `pattern-lab/patternengine-mustache`: [documentation](https://github.com/pattern-lab/patternengine-php-mustache#mustache-patternengine-for-pattern-lab-php), [GitHub](https://github.com/pattern-lab/patternengine-php-mustache), [Packagist](https://packagist.org/packages/pattern-lab/patternengine-mustache)
- `pattern-lab/styleguidekit-assets-default`: [GitHub](https://github.com/pattern-lab/styleguidekit-assets-default), [Packagist](https://packagist.org/packages/pattern-lab/styleguidekit-assets-default)
- `pattern-lab/styleguidekit-mustache-default`: [GitHub](https://github.com/pattern-lab/styleguidekit-twig-default), [Packagist](https://packagist.org/packages/pattern-lab/styleguidekit-twig-default)
- `pattern-lab/plugin-faker`: [GitHub](https://github.com/pattern-lab/plugin-php-faker), [Packagist](https://packagist.org/packages/pattern-lab/plugin-faker)
- `pattern-lab/plugin-reload`: [GitHub](https://github.com/pattern-lab/plugin-php-reload), [Packagist](https://packagist.org/packages/pattern-lab/plugin-reload)

Installing
----------

[](#installing)

There are two methods for downloading and installing the Web Design Day Edition for Mustache:

- [Download a pre-built project](#download-a-pre-built-package)
- [Use Composer to create a project](#use-composer-to-create-a-project)

### Download a pre-built project

[](#download-a-pre-built-project)

The fastest way to get started with the Web Design Day Edition for Mustache is to [download the pre-built version](https://github.com/pattern-lab/edition-php-mustache-webdesignday/releases) from the [releases page](https://github.com/pattern-lab/edition-php-mustache-webdesignday/releases).

**Please note:** Pattern Lab uses [Composer](https://getcomposer.org/) to manage project dependencies. To upgrade the Web Design Day Edition for Mustache after the event you'll need to [install Composer](https://getcomposer.org/doc/00-intro.md#installation-linux-unix-osx). We recommend that you [install it globally](https://getcomposer.org/doc/00-intro.md#globally).

### Use Composer to create a project

[](#use-composer-to-create-a-project)

Pattern Lab uses [Composer](https://getcomposer.org/) to manage project dependencies.

#### 1. Install Composer

[](#1-install-composer)

Please follow the directions for [installing Composer](https://getcomposer.org/doc/00-intro.md#installation-linux-unix-osx) on the Composer website. We recommend you [install it globally](https://getcomposer.org/doc/00-intro.md#globally).

#### 2. Install the Web Design Day Edition for Mustache

[](#2-install-the-web-design-day-edition-for-mustache)

Use Composer's [`create-project` command](https://getcomposer.org/doc/03-cli.md#create-project) to install the Standard Edition for Twig into a location of your choosing. In Terminal type:

```
cd install/location/
composer create-project pattern-lab/edition-mustache-webdesignday your-project-name && cd $_

```

This will install the Web Design Day Edition for Mustache into a directory called `your-project-name` in `install/location/`. You will be automatically dropped into the project directory after the process is finished.

Installing the Web Design Day StarterKit and Exercise Files
-----------------------------------------------------------

[](#installing-the-web-design-day-starterkit-and-exercise-files)

### Exercise 1

[](#exercise-1)

Type the following where your project was installed:

```
php core/console --starterkit --suggestions
// when prompted choose 'exercise1start'
php core/console --generate
php core/console --server --quiet & php core/console --watch

```

### Exercise 2

[](#exercise-2)

If you would like a clean start with exercise two type the following where your project was installed:

```
php core/console --starterkit --suggestions
// when prompted choose 'exercise2start' and to replace source
php core/console --generate
php core/console --server --quiet & php core/console --watch

```

### Exercise 3 (Complete)

[](#exercise-3-complete)

If you would like a clean start with exercise three type the following where your project was installed:

```
php core/console --starterkit --suggestions
// when prompted choose 'complete' and to replace source
php core/console --generate
php core/console --server --quiet & php core/console --watch

```

Updating Pattern Lab
--------------------

[](#updating-pattern-lab)

To update Pattern Lab please make sure you've [installed Composer](https://getcomposer.org/doc/00-intro.md#installation-linux-unix-osx). From the root of your project you can then run:

```
php composer update

```

Helpful Commands
----------------

[](#helpful-commands)

These are some helpful commands you can use on the command line for working with Pattern Lab.

### List all of the available commands

[](#list-all-of-the-available-commands)

To list all available commands type:

```
php core/console --help

```

To list the options for a particular command type:

```
php core/console --help --[command]

```

### Generate Pattern Lab

[](#generate-pattern-lab)

To generate the front-end for Pattern Lab type:

```
php core/console --generate

```

### Watch for changes and re-generate Pattern Lab

[](#watch-for-changes-and-re-generate-pattern-lab)

To watch for changes and re-generate the front-end for Pattern Lab type:

```
php core/console --watch

```

### Start a server to view Pattern Lab

[](#start-a-server-to-view-pattern-lab)

You can use PHP's built-in web server to review your Pattern Lab project in a browser. In a seperate window type:

```
php core/console --server

```

Then open  in your browser.

### Install a StarterKit

[](#install-a-starterkit)

To install a near-empty StarterKit as a starting point for your project type:

```
php core/console --starterkit --init

```

To install a specific StarterKit from GitHub type:

```
php core/console --starterkit --install

```

To view the suggested StarterKits for your edition and install one type:

```
php core/console --starterkit --suggestions

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity59

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

Total

2

Last Release

3609d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/25d0cba915480bf76aa78007b98384c010e753508452e35dc3b93b79698bd103?d=identicon)[dmolsen](/maintainers/dmolsen)

---

Top Contributors

[![dmolsen](https://avatars.githubusercontent.com/u/2746?v=4)](https://github.com/dmolsen "dmolsen (5 commits)")

---

Tags

pattern lab

### Embed Badge

![Health badge](/badges/pattern-lab-edition-mustache-webdesignday/health.svg)

```
[![Health](https://phpackages.com/badges/pattern-lab-edition-mustache-webdesignday/health.svg)](https://phpackages.com/packages/pattern-lab-edition-mustache-webdesignday)
```

###  Alternatives

[pattern-lab/patternengine-twig

Twig-based PatternEngine for Pattern Lab.

771.3M11](/packages/pattern-lab-patternengine-twig)[pattern-lab/styleguidekit-assets-default

The assets for the default StyleguideKit for Pattern Lab. Contains styles and mark-up for Pattern Lab's front-end.

351.4M6](/packages/pattern-lab-styleguidekit-assets-default)[pattern-lab/drupal-twig-components

A collection of Twig components to be used with Drupal- and Twig-related StarterKits.

17849.9k2](/packages/pattern-lab-drupal-twig-components)[aleksip/plugin-data-transform

Data Transform Plugin for Pattern Lab PHP

34897.4k3](/packages/aleksip-plugin-data-transform)[pattern-lab/plugin-data-inheritance

Data inheritance based on pattern lineage for Pattern Lab.

13103.9k1](/packages/pattern-lab-plugin-data-inheritance)

PHPackages © 2026

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