dijky/stash-service-provider

A Pimple 3 ServiceProvider integrating the Stash caching component

Maintainers

Package info

github.com/Dijky/StashServiceProvider

Homepage

pkg:composer/dijky/stash-service-provider

Statistics

Installs: 9 512

Dependents: 0

Suggesters: 0

Stars: 1

v2.0.1 2017-09-09 03:39 UTC

This package is auto-updated.

Last update: 2026-02-24 22:35:34 UTC


README

A Pimple 3 ServiceProvider integrating the Stash caching component

Usage

Find a simple example of usage in example.php.

Changelog

2.0.1

  • Replaced incomplete and broken example with a working, simplistic example/example.php

2.0

  • Supports Silex ~2.0 / Pimple ~3.0
  • [BC BREAK] Dropped support for Silex 1.x / Pimple 1.x
  • [BC BREAK] Changed namespace to Dijky\Pimple\Provider\StashServiceProvider (formerly Mashkin\Silex\...)
  • No dependency on Silex (only Pimple)
  • Dijky takes over because original author (Mashkin) abandons the project