vespula/simple-cache

A PSR-16 implementation for very simple caching. Nothing fancy. Just dead-simple caching. Adapters include None, Sql (via PDO), Memcached, and File.

Maintainers

Package info

bitbucket.org/vespula/vespula.simplecache

Issues

pkg:composer/vespula/simple-cache

Statistics

Installs: 85

Dependents: 0

Suggesters: 0

1.1.1 2026-03-27 13:25 UTC

This package is auto-updated.

Last update: 2026-03-27 13:27:01 UTC


README

This is a simple, flexible PSR-16 compliant simple-cache implementation for PHP.

Adapters include File, Sql, Memcached, and None

Documentation is here: https://vespula.bitbucket.io/cache/

Basic interface for PSR-16 is here: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-16-simple-cache.md