PHPackages                             glacial/template - 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. glacial/template

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

glacial/template
================

v2.0.0(1y ago)1221MITPHPPHP &gt;=8.2.10

Since Feb 12Pushed 1y ago2 watchersCompare

[ Source](https://github.com/qolarnix/Template)[ Packagist](https://packagist.org/packages/glacial/template)[ RSS](/packages/glacial-template/feed)WikiDiscussions master Synced today

READMEChangelog (5)DependenciesVersions (6)Used By (0)

Glacial Template Engine
=======================

[](#glacial-template-engine)

Simple templating engine for PHP projects.

### Get Started

[](#get-started)

`composer require glacial/template`

### Example Setup

[](#example-setup)

```
use Glacial\Template\TemplateEngine;

$config = [
    __DIR__ . '/components',
    __DIR__ . '/pages'
];

$template = new TemplateEngine($config);

echo $template->render('header', [
    'title' => 'my title',
]);
```

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 94.1% 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 ~41 days

Total

5

Last Release

708d ago

Major Versions

v1.1.1 → v2.0.02024-07-24

### Community

Maintainers

![](https://www.gravatar.com/avatar/49703a38cc545f49dc44178c61566636dd46306b70a77b62d32b7624a9fc05ab?d=identicon)[polarnix](/maintainers/polarnix)

---

Top Contributors

[![xinral](https://avatars.githubusercontent.com/u/86003780?v=4)](https://github.com/xinral "xinral (16 commits)")[![qolarnix](https://avatars.githubusercontent.com/u/108460038?v=4)](https://github.com/qolarnix "qolarnix (1 commits)")

### Embed Badge

![Health badge](/badges/glacial-template/health.svg)

```
[![Health](https://phpackages.com/badges/glacial-template/health.svg)](https://phpackages.com/packages/glacial-template)
```

###  Alternatives

[limenius/react-bundle

Client and Server-side react rendering in a Symfony Bundle

3851.2M](/packages/limenius-react-bundle)[area17/laravel-auto-head-tags

Laravel Auto Head Tags helps you build the list of head elements for your app

4616.1k](/packages/area17-laravel-auto-head-tags)[jelix/wikirenderer

WikiRenderer is a library to generate HTML or anything else from wiki content.

1712.3k1](/packages/jelix-wikirenderer)[webkinder/sproutset

A Composer package for handling responsive images in Roots Bedrock + Sage + Blade projects.

282.2k](/packages/webkinder-sproutset)

PHPackages © 2026

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