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

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

mikegarde/braces-template
=========================

Simple template engine for populating values into a document.

0.1.0(9y ago)016.3k1GPL-3.0+PHP

Since Jul 25Pushed 9y ago1 watchersCompare

[ Source](https://github.com/MikeGarde/braces-template)[ Packagist](https://packagist.org/packages/mikegarde/braces-template)[ RSS](/packages/mikegarde-braces-template/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (2)Dependencies (1)Versions (4)Used By (0)

braces-template
===============

[](#braces-template)

Simple template engine for populating values into a document.

```
require_once('vendor/autoload.php');

use bracesTemplate\bracesTemplate as bt;

$template = __DIR__ . '/file.xml';
$fields   = [
	'fromStatus'  => 1,
	'toStatus'    => 2,
	'datetime'    => '2016-07-25 12:00:00',
	'description' => 'order approved',
];

$request = bt::fill($template, $fields, true);

```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~112 days

Total

2

Last Release

3514d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1537877?v=4)[Mike Garde](/maintainers/MikeGarde)[@MikeGarde](https://github.com/MikeGarde)

---

Top Contributors

[![MikeGarde](https://avatars.githubusercontent.com/u/1537877?v=4)](https://github.com/MikeGarde "MikeGarde (3 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[limenius/react-bundle

Client and Server-side react rendering in a Symfony Bundle

3861.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.0k](/packages/area17-laravel-auto-head-tags)[jelix/wikirenderer

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

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

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

281.8k](/packages/webkinder-sproutset)

PHPackages © 2026

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