PHPackages                             netlogix/esi-rendering - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. netlogix/esi-rendering

ActiveNeos-package[Utility &amp; Helpers](/categories/utility)

netlogix/esi-rendering
======================

Render content in fusion as esi:include

1.3.0(4y ago)012.5k↓62.5%[1 issues](https://github.com/netlogix/Netlogix.EsiRendering/issues)MITPHP

Since Dec 10Pushed 4y ago3 watchersCompare

[ Source](https://github.com/netlogix/Netlogix.EsiRendering)[ Packagist](https://packagist.org/packages/netlogix/esi-rendering)[ RSS](/packages/netlogix-esi-rendering/feed)WikiDiscussions master Synced 2d ago

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

Netlogix.EsiRendering
=====================

[](#netlogixesirendering)

This package provides a simple way to render [edge side includes](https://de.wikipedia.org/wiki/Edge_Side_Includes) in Neos. This alows you to individually cache parts of the page (e.g. header/footer).

We recommend using this package together with [flowpack/varnish](https://github.com/Flowpack/varnish) for Varnish integration.

Install package
---------------

[](#install-package)

`composer require netlogix/esi-rendering`

Usage
-----

[](#usage)

To render a fusion path as ESI, you can use the `Netlogix.EsiRendering:RenderAsEsi` Fusion implementation:

```
renderer = afx`
    This is rendered outside of the esi

        This is rendered inside of the esi

        The given node is available as {node}

`
```

This will render a `` tag after the first ``.

ESIs are not used in the Neos backend, instead the content will be rendered directly.

Debugging
---------

[](#debugging)

To get the ESI uri, you can set the following setting to `true`:

```
Netlogix:
  EsiRendering:
    debug: true
```

This will render a `link` before the ESI:

```

```

This is enabled by default for the Development context.

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 57.1% 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 ~105 days

Recently: every ~116 days

Total

6

Last Release

1502d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/667b5107f4c2ea180baa00166c2ee3f2a1b412ce22768d6e81bb09323d1c7fe0?d=identicon)[netlogix](/maintainers/netlogix)

![](https://www.gravatar.com/avatar/124704a0d41c6364ac5773df0c9bedc3a85f902f0826df5f12ff2a4b2a06d520?d=identicon)[paxuclus](/maintainers/paxuclus)

---

Top Contributors

[![paxuclus](https://avatars.githubusercontent.com/u/15905038?v=4)](https://github.com/paxuclus "paxuclus (8 commits)")[![saschanowak](https://avatars.githubusercontent.com/u/1643495?v=4)](https://github.com/saschanowak "saschanowak (4 commits)")[![stephanschuler](https://avatars.githubusercontent.com/u/1595908?v=4)](https://github.com/stephanschuler "stephanschuler (2 commits)")

---

Tags

esineosnginxvarnishnginxesiNeosvarnish

### Embed Badge

![Health badge](/badges/netlogix-esi-rendering/health.svg)

```
[![Health](https://phpackages.com/badges/netlogix-esi-rendering/health.svg)](https://phpackages.com/packages/netlogix-esi-rendering)
```

###  Alternatives

[techdivision/ckstyles

Neos package which enables you adding your custom style classes for the CkEditor with a simple Yaml configuration

21179.5k](/packages/techdivision-ckstyles)[shel/neos-colorpicker

A plugin for Neos CMS which provides a colorpicker editor

14104.7k6](/packages/shel-neos-colorpicker)[shel/neos-hyphens

A plugin for Neos CMS which provides hyphens for the inline editor

21214.3k1](/packages/shel-neos-hyphens)[moc/notfound

Neos CMS package that loads a normal editable page for displaying a 404 error

17170.4k](/packages/moc-notfound)[carbon/includeassets

Include your assets (css, js) in an easy way into Neos

14235.7k15](/packages/carbon-includeassets)[shel/neos-commandbar

A commandbar (CMD+K) for Neos CMS

1617.1k1](/packages/shel-neos-commandbar)

PHPackages © 2026

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