PHPackages                             brandonwestcott/li3\_varnish - 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. brandonwestcott/li3\_varnish

ActiveLi3-libraries

brandonwestcott/li3\_varnish
============================

Lithium PHP easy ESI varnish caching

1.0.1(13y ago)118GNU General Public LicensePHPPHP &gt;=5.3

Since Oct 12Pushed 13y ago2 watchersCompare

[ Source](https://github.com/brandonwestcott/li3_varnish)[ Packagist](https://packagist.org/packages/brandonwestcott/li3_varnish)[ Docs](https://github.com/brandonwestcott/li3_varnish)[ RSS](/packages/brandonwestcott-li3-varnish/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

[Lithium PHP](http://lithify.me) Plugin for easy Varnish support
================================================================

[](#lithium-php-plugin-for-easy-varnish-support)

```
Libraries::add('li3_varnish', array(
	'development' => array(
		'esiUrl' => '/esi',
		'defaults' => array(
			'esi' => true,
			'expire' => '+1 days'
		),
		'cache' => array(
			'SomeController::index' => array(
				'expire' => '+2 days',
				'esi' => true,
			),
			'SomeController::show'
		),
	)
));
```

In the view, you have two options to render items as ESI partials. Either pass in esi = true into the options of a view render, or use the esi helper as a short cut.

```

or

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity59

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

Total

2

Last Release

4933d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1489386?v=4)[Brandon Westcott](/maintainers/brandonwestcott)[@brandonwestcott](https://github.com/brandonwestcott)

---

Top Contributors

[![brandonwestcott](https://avatars.githubusercontent.com/u/1489386?v=4)](https://github.com/brandonwestcott "brandonwestcott (2 commits)")

---

Tags

lithiumli3esivarnish

### Embed Badge

![Health badge](/badges/brandonwestcott-li3-varnish/health.svg)

```
[![Health](https://phpackages.com/badges/brandonwestcott-li3-varnish/health.svg)](https://phpackages.com/packages/brandonwestcott-li3-varnish)
```

###  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)[unionofrad/lithium

The li₃ PHP framework

1.2k159.9k49](/packages/unionofrad-lithium)[unionofrad/framework

The li₃ standard distribution, including overarching directory layout, starting application, and a copy of the framework.

1932.9k](/packages/unionofrad-framework)[unionofrad/li3_docs

An API and wiki-like documentation generator.

1682.6k](/packages/unionofrad-li3-docs)[unionofrad/li3_quality

This li₃ plugin adds code quality assurance to your toolbelt.

1288.2k](/packages/unionofrad-li3-quality)[socalnick/scn-esi-widget

Enables ZF2 apps to output ESI tags for a widgetized and highly cacheable application.

309.0k](/packages/socalnick-scn-esi-widget)

PHPackages © 2026

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