PHPackages                             designcise/bitframe-renderer - 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. designcise/bitframe-renderer

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

designcise/bitframe-renderer
============================

Simple PHP Template Renderer

v4.0.0(2y ago)027[1 PRs](https://github.com/designcise/bitframe-renderer/pulls)MITPHPPHP &gt;=8.2CI failing

Since May 6Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/designcise/bitframe-renderer)[ Packagist](https://packagist.org/packages/designcise/bitframe-renderer)[ RSS](/packages/designcise-bitframe-renderer/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (6)Dependencies (4)Versions (11)Used By (0)

BitFrame\\Renderer
==================

[](#bitframerenderer)

[![CI](https://github.com/designcise/bitframe-renderer/actions/workflows/ci.yml/badge.svg)](https://github.com/designcise/bitframe-renderer/actions/workflows/ci.yml)[![Maintainability](https://camo.githubusercontent.com/393d404f6a658c781dd220a864f59958227929c22af71513b6e91164f9151b91/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f64356333646332666164633434666665613839632f6d61696e7461696e6162696c697479)](https://codeclimate.com/github/designcise/bitframe-renderer/maintainability)[![Test Coverage](https://camo.githubusercontent.com/b0ba4dbc9040b5e641820e69993868b8587f870a33ed3412cb7b742ecb2ad301/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f64356333646332666164633434666665613839632f746573745f636f766572616765)](https://codeclimate.com/github/designcise/bitframe-renderer/test_coverage)

Simple PHP-based templating engine.

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

[](#installation)

Install using composer:

```
$ composer require designcise/bitframe-renderer

```

Please note that this package requires PHP 8.2 or newer.

Usage Example
-------------

[](#usage-example)

```
use BitFrame\Renderer\Renderer;

$renderer = new Renderer([
    'main' => __DIR__ . '/tpl/',
], 'tpl');

$renderer->withData(['foo' => 'bar']);

$output = $renderer->render('main::test', ['baz' => 'qux']);
```

```

```

Tests
-----

[](#tests)

To run the tests you can use the following commands:

CommandType`composer test`PHPUnit tests`composer style`CodeSniffer`composer md`MessDetector`composer check`PHPStanContributing
------------

[](#contributing)

- File issues at
- Issue patches to

Documentation
-------------

[](#documentation)

Complete documentation for v3 will be available soon.

License
-------

[](#license)

Please see [License File](LICENSE.md) for licensing information.

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance53

Moderate activity, may be stable

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity74

Established project with proven stability

 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 ~164 days

Recently: every ~195 days

Total

8

Last Release

1052d ago

Major Versions

v1.0.2 → 3.x-dev2021-05-09

v3.5.1 → 4.x-dev2023-05-29

PHP version history (3 changes)1.0.0PHP &gt;=7.4.0

v3.5.0PHP &gt;=8.0

4.x-devPHP &gt;=8.2

### Community

Maintainers

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

---

Top Contributors

[![designcise](https://avatars.githubusercontent.com/u/6676615?v=4)](https://github.com/designcise "designcise (24 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/designcise-bitframe-renderer/health.svg)

```
[![Health](https://phpackages.com/badges/designcise-bitframe-renderer/health.svg)](https://phpackages.com/packages/designcise-bitframe-renderer)
```

###  Alternatives

[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)[nicmart/string-template

StringTemplate is a very simple string template engine for php. I've written it to have a thing like sprintf, but with named and nested substutions.

2101.7M30](/packages/nicmart-string-template)[symfony/ux-icons

Renders local and remote SVG icons in your Twig templates.

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

PHPackages © 2026

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