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 1mo ago

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 2% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity24

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

[friendsofsymfony/rest-bundle

This Bundle provides various tools to rapidly develop RESTful API's with Symfony

2.8k73.3M319](/packages/friendsofsymfony-rest-bundle)[php-http/discovery

Finds and installs PSR-7, PSR-17, PSR-18 and HTTPlug implementations

1.3k309.5M1.2k](/packages/php-http-discovery)[nyholm/psr7

A fast PHP7 implementation of PSR-7

1.3k235.4M2.4k](/packages/nyholm-psr7)[pusher/pusher-php-server

Library for interacting with the Pusher REST API

1.5k94.8M293](/packages/pusher-pusher-php-server)[spatie/crawler

Crawl all internal links found on a website

2.8k16.3M52](/packages/spatie-crawler)[react/http

Event-driven, streaming HTTP client and server implementation for ReactPHP

78126.4M414](/packages/react-http)

PHPackages © 2026

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