laminas/laminas-cache-storage-adapter-memcache

This package is abandoned and no longer maintained. No replacement package was suggested.

Laminas cache adapter for memcache

Maintainers

👁 weierophinney

Package info

github.com/laminas/laminas-cache-storage-adapter-memcache

Forum

Documentation

pkg:composer/laminas/laminas-cache-storage-adapter-memcache

Fund package maintenance!

Community Bridge

Statistics

Installs: 1 771 016

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 2

1.1.0 2021-04-29 19:57 UTC

Requires

  • php: ^7.3 || ~8.0.0

Suggests

  • ext-memcache: Memcache >= 2.0.0 to use the Memcache storage adapter

Conflicts

Replaces

None

BSD-3-Clause 1d2a74e300a0fd0b8d0e0cb4e379a173ccad0088

cachelaminas

This package is auto-updated.

Last update: 2021-06-10 18:09:29 UTC


README

👁 Build Status

This library provides a laminas-cache compatible StorageInterface implementation for Memcache.

Installation

Run the following to install this library:

$ composer require laminas/laminas-cache-storage-adapter-memcache

Documentation

Browse the documentation online at https://docs.laminas.dev/laminas-cache-storage-adapter-memcache/

Support