PHPackages                             ppi/plates-module - 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. ppi/plates-module

ActiveLibrary

ppi/plates-module
=================

Plates template engine module for PPI2

2101[1 PRs](https://github.com/ppi/ppi-plates-module/pulls)PHP

Since Feb 26Pushed 10y ago2 watchersCompare

[ Source](https://github.com/ppi/ppi-plates-module)[ Packagist](https://packagist.org/packages/ppi/plates-module)[ RSS](/packages/ppi-plates-module/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

PPI Plates Module
=================

[](#ppi-plates-module)

Plates template engine module for PPI2.

[![Build Status](https://camo.githubusercontent.com/b97fd5451aebcce6d619d2b9a4f2ca45259bde1fecbe5d41f7f858bd74d87e66/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f7070692f7070692d6d757374616368652d6d6f64756c652e706e67)](http://travis-ci.org/ppi/ppi-mustache-module)

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

[](#requirements)

- [PHP](http://php.net/ "PHP: Hypertext Preprocessor") 5.3.3 and up
- [PPI Framework 2](http://ppi.io/ "PPI Framework - The PHP Meta Framework!") (2.1.x)

Installation (Composer)
-----------------------

[](#installation-composer)

### 0. Install Composer

[](#0-install-composer)

If you don't have Composer yet, download it following the instructions on  or just run the following command:

```
curl -s http://getcomposer.org/installer | php
```

### 1. Add this package to your composer.json

[](#1-add-this-package-to-your-composerjson)

```
{
    "require": {
        "ppi/plates-module": "dev-master"
    }
}
```

Now tell composer to download the module by running the command:

```
$ php composer.phar update ppi/plates-module
```

Composer will install the module to your project's `vendor/ppi` directory.

### 2. Enable the module

[](#2-enable-the-module)

Enable this module by editing `app/config/modules.yml`:

```
modules:
    - PPI\PlatesModule
    # ...
```

License
-------

[](#license)

This module is licensed under the MIT License. See the [LICENSE file](https://github.com/ppi/ppi-plates-module/blob/master/LICENSE) for details.

Authors
-------

[](#authors)

- Paul Dragoonis -  ~ [twitter.com/dr4goonis](http://twitter.com/dr4goonis)
- Vítor Brandão -  ~ [twitter.com/noiselabs](http://twitter.com/noiselabs)

See also the list of [contributors](https://github.com/ppi/ppi-plates-module/contributors) who participated in this project.

Submitting bugs and feature requests
------------------------------------

[](#submitting-bugs-and-feature-requests)

Bugs and feature requests are tracked on [GitHub](https://github.com/ppi/ppi-plates-module/issues).

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 68.4% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/9025c7b030862eabb8877bfe173b2358db04463e16d50703c6d9287e55fe5804?d=identicon)[dragoonis](/maintainers/dragoonis)

![](https://www.gravatar.com/avatar/e9b45b06004ca41f33b01643ea58854ede6df882d9d262318c13e77f738e8402?d=identicon)[noiselabs](/maintainers/noiselabs)

---

Top Contributors

[![dragoonis](https://avatars.githubusercontent.com/u/146321?v=4)](https://github.com/dragoonis "dragoonis (13 commits)")[![vitorbrandao](https://avatars.githubusercontent.com/u/109226?v=4)](https://github.com/vitorbrandao "vitorbrandao (6 commits)")

### Embed Badge

![Health badge](/badges/ppi-plates-module/health.svg)

```
[![Health](https://phpackages.com/badges/ppi-plates-module/health.svg)](https://phpackages.com/packages/ppi-plates-module)
```

PHPackages © 2026

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