https://github.com/aleksip/patternengine-php-tpl
PHPTemplate PatternEngine for Pattern Lab
https://github.com/aleksip/patternengine-php-tpl
drupal-7 pattern-lab patternengine php
Last synced: 8 months ago
JSON representation
PHPTemplate PatternEngine for Pattern Lab
- Host: GitHub
- URL: https://github.com/aleksip/patternengine-php-tpl
- Owner: aleksip
- License: gpl-2.0
- Created: 2018-02-03T13:24:31.000Z (about 8 years ago)
- Default Branch: develop
- Last Pushed: 2018-02-16T10:16:34.000Z (almost 8 years ago)
- Last Synced: 2025-04-28T16:54:23.172Z (10 months ago)
- Topics: drupal-7, pattern-lab, patternengine, php
- Language: PHP
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# PHPTemplate PatternEngine for Pattern Lab
The PHPTemplate PatternEngine allows you to use [PHPTemplate](https://www.drupal.org/docs/7/theming) 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](https://github.com/aleksip/edition-php-tpl). Please start there for all your PHPTemplate needs.
### Composer
Pattern Lab PHP uses [Composer](https://getcomposer.org/) 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](https://packagist.org/packages/aleksip/patternengine-tpl).