PHPackages                             werdnum/simple-lightncandy - 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. werdnum/simple-lightncandy

AbandonedArchivedLibrary

werdnum/simple-lightncandy
==========================

No-nonsense templating with lightncandy

0.5.0(11y ago)02811PHP

Since Jan 20Pushed 11y ago1 watchersCompare

[ Source](https://github.com/werdnum/simple-lightncandy)[ Packagist](https://packagist.org/packages/werdnum/simple-lightncandy)[ RSS](/packages/werdnum-simple-lightncandy/feed)WikiDiscussions master Synced 1mo ago

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

simple-lightncandy
==================

[](#simple-lightncandy)

This is a simple, no-nonsense class that allows you to get started using [LightnCandy](http://www.github.com/zordius/lightncandy) for your templating needs.

Example use:

```
$templating = new SimpleLightNCandy( __DIR__ . "/templates" );
$templating->addHelper( 'foo', function() { return "foo"; } )
$templating->addBlockHelper( 'fooBlock', function() { return "fooblock"; } );

print $templating->renderTemplate( 'foo_template' );
```

If you want to do anything fancy (for example, change the compile options), then you can subclass it.

It's designed to be installed using Composer:

`composer require werdnum/simple-lightncandy:~0.1`

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

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

###  Release Activity

Cadence

Every ~16 days

Recently: every ~10 days

Total

7

Last Release

4037d ago

### Community

Maintainers

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

---

Top Contributors

[![werdnum](https://avatars.githubusercontent.com/u/271070?v=4)](https://github.com/werdnum "werdnum (5 commits)")[![prtksxna](https://avatars.githubusercontent.com/u/9491?v=4)](https://github.com/prtksxna "prtksxna (2 commits)")

### Embed Badge

![Health badge](/badges/werdnum-simple-lightncandy/health.svg)

```
[![Health](https://phpackages.com/badges/werdnum-simple-lightncandy/health.svg)](https://phpackages.com/packages/werdnum-simple-lightncandy)
```

###  Alternatives

[fastly/magento2

Fastly CDN Module for Magento 2.4.x

1564.2M1](/packages/fastly-magento2)[proai/laravel-handlebars

A Laravel wrapper for LightnCandy for using the Handlebars (and Mustache) template engine.

38204.7k](/packages/proai-laravel-handlebars)

PHPackages © 2026

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