PHPackages                             runmybusiness/handlebars.php-helpers - 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. runmybusiness/handlebars.php-helpers

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

runmybusiness/handlebars.php-helpers
====================================

A set of helpers for Handlebars.php template engine.

0.3.0(11y ago)012MITPHP

Since Dec 12Pushed 10y ago5 watchersCompare

[ Source](https://github.com/runmybusiness/handlebars.php-helpers)[ Packagist](https://packagist.org/packages/runmybusiness/handlebars.php-helpers)[ RSS](/packages/runmybusiness-handlebarsphp-helpers/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (4)Used By (0)

Handlebars.php Helpers
======================

[](#handlebarsphp-helpers)

[![Build Status](https://camo.githubusercontent.com/4c0fbaf076ca3501be095975587abc36c043767259e4decf99d60fdda17d0c54/68747470733a2f2f7472617669732d63692e6f72672f52756e4d79427573696e6573732f68616e646c65626172732e7068702d68656c706572732e737667)](https://travis-ci.org/RunMyBusiness/handlebars.php-helpers)

> Provides a set of helpers for [Handlebars.php](https://github.com/XaminProject/handlebars.php) template engine.

Installation
------------

[](#installation)

Simply add a dependency on `RunMyBusiness/handlebars.php-helpers` to your project's `composer.json` file if you use [Composer](http://getcomposer.org/) to manage the dependencies of your project.

Usage
-----

[](#usage)

To use all helpers in your templates just create an instance of helpers set and attach it to Handlebars engine.

```
$helpers = new \RunMyBusiness\HandlebarsHelpers\Helpers();
$engine = new \Handlebars\Handlebars(array('helpers' => $helpers));
```

Want to use only subset of helpers? Fine. Just create an instance of appropriate helpers set and attach it to Handlebars engine. Here is an example for Date helpers:

```
$helpers = new \RunMyBusiness\HandlebarsHelpers\Date\Helpers();
$engine = new \Handlebars\Handlebars(array('helpers' => $helpers));
```

Want to use only chosen helpers? No problem. Just add them manually to your helpers set:

```
$engine = new \Handlebars\Handlebars();
$engine->getHelpers()->add(
    'ifEqual',
    new \RunMyBusiness\HandlebarsHelpers\Comparison\IfEqualHelper()
);
```

License
-------

[](#license)

[MIT](http://opensource.org/licenses/MIT) (c) Dmitriy Simushev

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 95.7% 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 ~6 days

Total

3

Last Release

4153d ago

### Community

Maintainers

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

---

Top Contributors

[![JustBlackBird](https://avatars.githubusercontent.com/u/1167086?v=4)](https://github.com/JustBlackBird "JustBlackBird (22 commits)")[![tomschlick](https://avatars.githubusercontent.com/u/70184?v=4)](https://github.com/tomschlick "tomschlick (1 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/runmybusiness-handlebarsphp-helpers/health.svg)

```
[![Health](https://phpackages.com/badges/runmybusiness-handlebarsphp-helpers/health.svg)](https://phpackages.com/packages/runmybusiness-handlebarsphp-helpers)
```

###  Alternatives

[mustache/mustache

A Mustache implementation in PHP.

3.3k44.6M291](/packages/mustache-mustache)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[whitecube/nova-flexible-content

Flexible Content &amp; Repeater Fields for Laravel Nova.

8053.0M25](/packages/whitecube-nova-flexible-content)[mopa/bootstrap-bundle

Easy integration of twitters bootstrap into symfony2

7042.9M33](/packages/mopa-bootstrap-bundle)[limenius/react-bundle

Client and Server-side react rendering in a Symfony Bundle

3871.2M](/packages/limenius-react-bundle)[symfony/ux-icons

Renders local and remote SVG icons in your Twig templates.

545.8M69](/packages/symfony-ux-icons)

PHPackages © 2026

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