PHPackages                             schranz/psr6-symfony-http-cache-store-analyser - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. schranz/psr6-symfony-http-cache-store-analyser

ActiveLibrary[HTTP &amp; Networking](/categories/http)

schranz/psr6-symfony-http-cache-store-analyser
==============================================

Analyse what URL and Tags are stored in toflar/psr6-symfony-http-cache-store HTTP Cache store.

01PHP

Since Oct 17Pushed 3y ago1 watchersCompare

[ Source](https://github.com/alexander-schranz/psr6-symfony-http-cache-store-analyser)[ Packagist](https://packagist.org/packages/schranz/psr6-symfony-http-cache-store-analyser)[ RSS](/packages/schranz-psr6-symfony-http-cache-store-analyser/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

PSR6 Symfony HTTP Cache Store Analyser
======================================

[](#psr6-symfony-http-cache-store-analyser)

Analyse what URL and Tags are stored in [toflar/psr6-symfony-http-cache-store](https://github.com/toflar/psr6-symfony-http-cache-store) HTTP Cache store.

Usage
-----

[](#usage)

```
composer require schranz/psr6-symfony-http-cache-store-analyser
```

Copy your `http_cache` directory into `var` directory so its available under `var/http_cache/@`.

Run the analyser:

```
vendor/bin/analyse var/http_cache
```

Output is something like this:

```
URL: https://example.org/
CACHE-CONTROL: max-age=240, public, s-maxage=86400
EXPIRES: Sat, 15 Oct 2022 21:56:32 GMT
X-REVERSE-PROXY-TTL: 86400
FOS-SMAXAGE-BACKUP: 240
TAGS (2): media-1,page-2
QUERIES (4):
 -
 - ?utm_campaign=some&utm_content=content&utm_medium=newsletter&utm_source=anysource
 - ?page=1
 - ?page=2

------------------------------------------------------------------------------------------------

URL: https://example.org/other
CACHE-CONTROL: max-age=240, public, s-maxage=86400
EXPIRES: Sat, 15 Oct 2022 21:56:32 GMT
X-REVERSE-PROXY-TTL: 86400
FOS-SMAXAGE-BACKUP: 240
TAGS (1): media-2
QUERIES (1):
 -
```

It is also possible to filter out a specific url only:

```
vendor/bin/analyse var/http_cache https://example.org/other
```

For a single url its also possible to get the raw unmarshalled ata via which shows you all headers and other infos:

```
vendor/bin/analyse var/http_cache https://example.org/other --raw
```

###  Health Score

14

—

LowBetter than 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity25

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1698337?v=4)[Alexander Schranz](/maintainers/alexander-schranz)[@alexander-schranz](https://github.com/alexander-schranz)

---

Top Contributors

[![alexander-schranz](https://avatars.githubusercontent.com/u/1698337?v=4)](https://github.com/alexander-schranz "alexander-schranz (7 commits)")

### Embed Badge

![Health badge](/badges/schranz-psr6-symfony-http-cache-store-analyser/health.svg)

```
[![Health](https://phpackages.com/badges/schranz-psr6-symfony-http-cache-store-analyser/health.svg)](https://phpackages.com/packages/schranz-psr6-symfony-http-cache-store-analyser)
```

###  Alternatives

[php-http/cache-plugin

PSR-6 Cache plugin for HTTPlug

25126.1M82](/packages/php-http-cache-plugin)[illuminate/http

The Illuminate Http package.

11937.9M6.9k](/packages/illuminate-http)[rdkafka/rdkafka

A PHP extension for Kafka

2.2k24.3k1](/packages/rdkafka-rdkafka)[httpsoft/http-message

Strict and fast implementation of PSR-7 and PSR-17

87965.9k114](/packages/httpsoft-http-message)[mezzio/mezzio-router

Router subcomponent for Mezzio

265.4M92](/packages/mezzio-mezzio-router)[serpapi/google-search-results-php

Get Google, Bing, Baidu, Ebay, Yahoo, Yandex, Home depot, Naver, Apple, Duckduckgo, Youtube search results via SerpApi.com

69127.2k](/packages/serpapi-google-search-results-php)

PHPackages © 2026

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