PHPackages                             mon-suivi-logement/sellsy-api-v1-cache-strategy - 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. mon-suivi-logement/sellsy-api-v1-cache-strategy

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

mon-suivi-logement/sellsy-api-v1-cache-strategy
===============================================

A cache strategy for Sellsy Api v1, build on top of Kevinrob Guzzle caceh middleware

v1.0.0(2y ago)0578MITPHP

Since Sep 28Pushed 2y ago1 watchersCompare

[ Source](https://github.com/mon-suivi-logement/sellsy-api-v1-cache-strategy)[ Packagist](https://packagist.org/packages/mon-suivi-logement/sellsy-api-v1-cache-strategy)[ Docs](https://github.com/mon-suivi-logement/sellsy-api-v1-cache-strategy)[ RSS](/packages/mon-suivi-logement-sellsy-api-v1-cache-strategy/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

sellsy-api-v1-cache-strategy
============================

[](#sellsy-api-v1-cache-strategy)

Sellsy Api V1 cache strategy for Kevinrob Guzzle cache middleware

Installation
------------

[](#installation)

`composer require mon-suivi-logement/sellsy-api-v1-cache-strategy`

or add it the your `composer.json` and run `composer update`.

How?
====

[](#how)

Example with LaravelCacheStorage :

```
use GuzzleHttp\Client;
use GuzzleHttp\HandlerStack;
use Kevinrob\GuzzleCache\CacheMiddleware;
use Kevinrob\GuzzleCache\Storage\FlysystemStorage;
use Kevinrob\GuzzleCache\Storage\LaravelCacheStorage;
use MonSuiviLogement\GuzzleCache\Strategy\SellsyApiV1Strategy;

$stack = HandlerStack::create();
$cache_middleware = new CacheMiddleware(
    new SellsyApiV1Strategy(
        new LaravelCacheStorage(
            Cache::store('file')
        ),
        1800, // the TTL in seconds
    ),
);
//Allow POST methods on middleware
$cache_middleware->setHttpMethods(['GET' => true, 'POST' => true]);

$stack->push($cache_middleware,'sellsy-cache');

$guzzle_client = new Client(["handler"  => $stack]);
$transport_bridge = new Guzzle6($guzzle_client);
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

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

Unknown

Total

1

Last Release

957d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8284acddbc75d69b607b3c9cb0858af9d4e273ba43b15fd2977c7a84a8a9f36e?d=identicon)[VirgileGaulier](/maintainers/VirgileGaulier)

---

Top Contributors

[![VirgileGaulier](https://avatars.githubusercontent.com/u/11160030?v=4)](https://github.com/VirgileGaulier "VirgileGaulier (3 commits)")

---

Tags

httpphpmiddlewareFlysystemvalidationpromiseGuzzleperformancepsr7doctrinecachepsr6handlerexpirationcache-controlEtagguzzle6http 1.1rfc7234sellsy

### Embed Badge

![Health badge](/badges/mon-suivi-logement-sellsy-api-v1-cache-strategy/health.svg)

```
[![Health](https://phpackages.com/badges/mon-suivi-logement-sellsy-api-v1-cache-strategy/health.svg)](https://phpackages.com/packages/mon-suivi-logement-sellsy-api-v1-cache-strategy)
```

###  Alternatives

[kevinrob/guzzle-cache-middleware

A HTTP/1.1 Cache for Guzzle 6. It's a simple Middleware to be added in the HandlerStack. (RFC 7234)

43117.4M104](/packages/kevinrob-guzzle-cache-middleware)[eljam/guzzle-jwt-middleware

A jwt authentication middleware for guzzle 6

28722.5k3](/packages/eljam-guzzle-jwt-middleware)[rtheunissen/guzzle-log-middleware

Guzzle middleware to log requests and responses

842.3M17](/packages/rtheunissen-guzzle-log-middleware)[hannesvdvreken/guzzle-debugbar

A Guzzle middleware that logs requests to debugbar's timeline

76410.4k1](/packages/hannesvdvreken-guzzle-debugbar)[rtheunissen/guzzle-cache-handler

Guzzle 6/7 handler used to cache responses

12142.8k](/packages/rtheunissen-guzzle-cache-handler)[rtheunissen/guzzle-rate-limiter

Guzzle 6 middleware used to delay requests dynamically

52177.2k1](/packages/rtheunissen-guzzle-rate-limiter)

PHPackages © 2026

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