Skip to content

aleksip/patternengine-php-tpl

develop
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

PHPTemplate PatternEngine for Pattern Lab

The PHPTemplate PatternEngine allows you to use PHPTemplate as the template language for Pattern Lab PHP. Once the PatternEngine is installed you can use PHPTemplate-based StarterKits and StyleguideKits.

Installation

The PHPTemplate PatternEngine comes pre-installed with the Pattern Lab Edition for PHPTemplate. Please start there for all your PHPTemplate needs.

Composer

Pattern Lab PHP uses Composer to manage project dependencies with Pattern Lab Editions. To add the PHPTemplate PatternEngine to the dependencies list for your Edition you can type the following in the command line at the base of your project:

composer require aleksip/patternengine-tpl

See Packagist for information on the latest release.