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 1mo 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 68% 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

4033d 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

[predis/predis

A flexible and feature-complete Redis/Valkey client for PHP.

7.8k305.7M2.4k](/packages/predis-predis)[snc/redis-bundle

A Redis bundle for Symfony

1.0k39.4M67](/packages/snc-redis-bundle)[react/cache

Async, Promise-based cache interface for ReactPHP

444112.4M40](/packages/react-cache)[wp-media/wp-rocket

Performance optimization plugin for WordPress

7431.3M3](/packages/wp-media-wp-rocket)[illuminate/cache

The Illuminate Cache package.

12835.6M1.4k](/packages/illuminate-cache)[colinmollenhour/php-redis-session-abstract

A Redis-based session handler with optimistic locking

6325.6M14](/packages/colinmollenhour-php-redis-session-abstract)

PHPackages © 2026

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