PHPackages                             xeki-tech/html-twig - 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. xeki-tech/html-twig

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

xeki-tech/html-twig
===================

Handing twig in xeki framework

1.0.7(4y ago)01.1kPHPPHP &gt;=7.2.5

Since Jul 12Pushed 4y ago1 watchersCompare

[ Source](https://github.com/xeki-tech/html-twig)[ Packagist](https://packagist.org/packages/xeki-tech/html-twig)[ Docs](https://xeki.tech/html-twig)[ RSS](/packages/xeki-tech-html-twig/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (7)Dependencies (1)Versions (9)Used By (0)

html-twig
=========

[](#html-twig)

Lib for use twig Doc twig for templates: Twig min ^3

Example use

```
$html = \xeki\module_manager::import_module('html-twig');
$data = [];
$data[name]='nameUser';
$html->render('users/list_all.html',$data);

```

Example template

```
{% for item in users %}
    {{ item.name }}
{% endfor %}

{% if name starts with 'F' %}
    {{ item.name }}
{% endif %}

```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

Total

8

Last Release

1791d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2001085?v=4)[Luis Patt](/maintainers/liuspatt)[@liuspatt](https://github.com/liuspatt)

---

Top Contributors

[![liuspatt](https://avatars.githubusercontent.com/u/2001085?v=4)](https://github.com/liuspatt "liuspatt (10 commits)")

---

Tags

templating

### Embed Badge

![Health badge](/badges/xeki-tech-html-twig/health.svg)

```
[![Health](https://phpackages.com/badges/xeki-tech-html-twig/health.svg)](https://phpackages.com/packages/xeki-tech-html-twig)
```

###  Alternatives

[timber/timber

Create WordPress themes with beautiful OOP code and the Twig Template Engine

5.7k3.6M127](/packages/timber-timber)

PHPackages © 2026

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