PHPackages                             dtkahl/twig-renderable-extension - 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. dtkahl/twig-renderable-extension

ActiveLibrary

dtkahl/twig-renderable-extension
================================

1.0.0(8y ago)023MITPHPPHP &gt;=7.0.0

Since Aug 18Pushed 8y agoCompare

[ Source](https://github.com/dtkahl/twig-renderable-extension)[ Packagist](https://packagist.org/packages/dtkahl/twig-renderable-extension)[ RSS](/packages/dtkahl-twig-renderable-extension/feed)WikiDiscussions master Synced today

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

Twig Renderable Extension
=========================

[](#twig-renderable-extension)

This package adds a custom render-tag to [Twig](https://twig.symfony.com). This tag automatically renders an instance of a class that implements the interface TwigRenderableInterface. This is done by including the twig-template which is returned from `$instance->getTemplate()` with the data which got returned from `$instance->getRenderData()`.

```
{% render instance %}
```

Dependencies
------------

[](#dependencies)

- `PHP  >=7.0.0`
- `twig\twig ^2.0`

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

[](#installation)

Install with [Composer](http://getcomposer.org):

```
composer require dtkahl/twig-renderable-extension

```

Register the extension to the Twig instance:

```
use \Dtkahl\FormBuilder|TwigRenderableExtension;
$twig->addExtension(new TwigRenderableExtension);
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity58

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

Unknown

Total

1

Last Release

3186d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3c8f601e8ceab86287cd0d97b5a749fd51c9aea595f351333abf5e6e70930e95?d=identicon)[dtkahl](/maintainers/dtkahl)

---

Top Contributors

[![dantodev](https://avatars.githubusercontent.com/u/13280775?v=4)](https://github.com/dantodev "dantodev (14 commits)")

### Embed Badge

![Health badge](/badges/dtkahl-twig-renderable-extension/health.svg)

```
[![Health](https://phpackages.com/badges/dtkahl-twig-renderable-extension/health.svg)](https://phpackages.com/packages/dtkahl-twig-renderable-extension)
```

###  Alternatives

[sonata-project/entity-audit-bundle

Audit for Doctrine Entities

644989.8k1](/packages/sonata-project-entity-audit-bundle)

PHPackages © 2026

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