PHPackages                             simplyadmire/neos-pagecache - 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. [Caching](/categories/caching)
4. /
5. simplyadmire/neos-pagecache

Abandoned → [flowpack/fullpagecache](/?search=flowpack%2Ffullpagecache)Typo3-flow-package[Caching](/categories/caching)

simplyadmire/neos-pagecache
===========================

1.1.1(11y ago)51561LGPL-3.0PHP

Since Dec 18Pushed 11y ago2 watchersCompare

[ Source](https://github.com/SimplyAdmire/SimplyAdmire.Neos.PageCache)[ Packagist](https://packagist.org/packages/simplyadmire/neos-pagecache)[ RSS](/packages/simplyadmire-neos-pagecache/feed)WikiDiscussions master Synced 1w ago

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

SimplyAdmire.Neos.PageCache
===========================

[](#simplyadmireneospagecache)

Example nginx rewrite rules

```
error_page 418 = @uncached;

location / {

	if ($http_cookie = 'TYPO3_Flow_Session') {
		return 418;
	}

	if ($request_method !~ ^(GET|HEAD)$ ) {
		return 418;
	}

	try_files /_Resources/Cache/SimplyAdmire_Neos_PageCache_PageCache/${host}${request_uri}index.html /_Resources/Cache/SimplyAdmire_Neos_PageCache_PageCache/${host}${request_uri}/index.html $uri $uri/ /index.php?$args;
}

location ~ \.php$ {
	include fastcgi_params;
	fastcgi_pass unix:/opt/local/var/run/php55/php5-fpm-flow.sock;
	fastcgi_index index.php;

	fastcgi_param FLOW_CONTEXT Production;
	fastcgi_param FLOW_REWRITEURLS 1;

	fastcgi_split_path_info ^(.+\.php)(.*)$;
	fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
	fastcgi_param PATH_INFO $fastcgi_path_info;
}

location @uncached {
	try_files $uri $uri/ /index.php?$args;
}

```

###  Health Score

31

—

LowBetter than 65% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity65

Established project with proven stability

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

Total

3

Last Release

4134d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4e9226b2f3fd924b3a2cfbe7994532675a4f547ab0155de9046954b4872deb20?d=identicon)[radmiraal](/maintainers/radmiraal)

![](https://www.gravatar.com/avatar/952025ddbcf36d92ed48b3b99e8d5c3054f4437675a1f62973625443c98dcb13?d=identicon)[simplyadmire](/maintainers/simplyadmire)

---

Top Contributors

[![radmiraal](https://avatars.githubusercontent.com/u/324613?v=4)](https://github.com/radmiraal "radmiraal (7 commits)")

### Embed Badge

![Health badge](/badges/simplyadmire-neos-pagecache/health.svg)

```
[![Health](https://phpackages.com/badges/simplyadmire-neos-pagecache/health.svg)](https://phpackages.com/packages/simplyadmire-neos-pagecache)
```

###  Alternatives

[iazaran/smart-cache

Smart Cache is a caching optimization package designed to enhance the way your Laravel application handles data caching. It intelligently manages large data sets by compressing, chunking, or applying other optimization strategies to keep your application performant and efficient.

21114.2k](/packages/iazaran-smart-cache)[phpfastcache/phpssdb

PHP SSDB Driver for phpFastCache

14736.9k1](/packages/phpfastcache-phpssdb)[rapidwebltd/rw-file-cache

RW File Cache is a PHP File-based Caching Library. Its syntax is designed to closely resemble the PHP memcache extension.

15196.8k7](/packages/rapidwebltd-rw-file-cache)[yuzuru-s/redis-recommend

Wrapping Redis's sorted set APIs for specializing recommending operations.

392.9k](/packages/yuzuru-s-redis-recommend)[ichhabrecht/intcache

Turn uncachable page objects into cacheable links

193.9k](/packages/ichhabrecht-intcache)

PHPackages © 2026

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