PHPackages                             enthusiast/integration-render-engine - 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. enthusiast/integration-render-engine

ActiveLibrary

enthusiast/integration-render-engine
====================================

Render integration templates with {{lead.\*}} and {{static.\*}} placeholders

04↑2900%PHP

Since Aug 28Pushed yesterdayCompare

[ Source](https://github.com/gfsx0259/integration-render-engine)[ Packagist](https://packagist.org/packages/enthusiast/integration-render-engine)[ RSS](/packages/enthusiast-integration-render-engine/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

integration-render-engine
=========================

[](#integration-render-engine)

Renders adapter templates with `{{lead.*}}` and `{{static.*}}` placeholders.

- `{{lead.email}}` — from the lead payload
- `{{static.api_token}}` — from connection `header_values` / `field_values`
- literals without placeholders stay as-is (`"Content-Type": "application/json"`)

Used by API (headers at connection save) and `worker-integration` (body at publish).

```
use Enthusiast\IntegrationRenderEngine\ConnectionTemplate;
use Enthusiast\IntegrationRenderEngine\TemplateSource;

$engine = new ConnectionTemplate();

$payload = $engine->render(
    ['email' => '{{lead.email}}', 'aff_id' => '{{static.affiliate_id}}'],
    ['email' => 'a@b.c'],
    ['affiliate_id' => '42'],
);
// ['email' => 'a@b.c', 'aff_id' => '42']

$headers = $engine->renderHeaders(
    ['Authorization' => 'Bearer {{static.api_token}}'],
    [],
    ['api_token' => 'secret'],
);

$staticKeys = $engine->keys($bodyTemplate, TemplateSource::Static);
```

###  Health Score

21

—

LowBetter than 17% of packages

Maintenance65

Regular maintenance activity

Popularity5

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity11

Early-stage or recently created project

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/648b054a093b71614d413c549b22657deb031ad910c6e463d136e9d06cf7126b?d=identicon)[konstantin\_popov](/maintainers/konstantin_popov)

### Embed Badge

![Health badge](/badges/enthusiast-integration-render-engine/health.svg)

```
[![Health](https://phpackages.com/badges/enthusiast-integration-render-engine/health.svg)](https://phpackages.com/packages/enthusiast-integration-render-engine)
```

PHPackages © 2026

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