PHPackages                             netlogix/esirendering - 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. netlogix/esirendering

Abandoned → [netlogix/esi-rendering](/?search=netlogix%2Fesi-rendering)Neos-package

netlogix/esirendering
=====================

Render content in fusion as esi:include

1.3.0(3y ago)02.0k[1 issues](https://github.com/netlogix/Netlogix.EsiRendering/issues)MITPHP

Since Dec 10Pushed 3y ago3 watchersCompare

[ Source](https://github.com/netlogix/Netlogix.EsiRendering)[ Packagist](https://packagist.org/packages/netlogix/esirendering)[ RSS](/packages/netlogix-esirendering/feed)WikiDiscussions master Synced 1mo 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

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 80% 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

1452d 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)")[![stephanschuler](https://avatars.githubusercontent.com/u/1595908?v=4)](https://github.com/stephanschuler "stephanschuler (2 commits)")

---

Tags

esineosnginxvarnishnginxesiNeosvarnish

### Embed Badge

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

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

###  Alternatives

[friendsofsymfony/http-cache-bundle

Set path based HTTP cache headers and send invalidation requests to your HTTP cache

43813.2M47](/packages/friendsofsymfony-http-cache-bundle)[friendsofsymfony/http-cache

Tools to manage HTTP caching proxies with PHP

36114.7M36](/packages/friendsofsymfony-http-cache)[flowpack/varnish

Varnish integration for Neos

2052.9k](/packages/flowpack-varnish)[shel/neos-colorpicker

A plugin for Neos CMS which provides a colorpicker editor

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

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

20200.7k1](/packages/shel-neos-hyphens)[techdivision/ckstyles

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

21166.3k](/packages/techdivision-ckstyles)

PHPackages © 2026

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