ivanlulyf / bunnyphp-memcached
MemcachedCache for BunnyPHP
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/ivanlulyf/bunnyphp-memcached
Requires
- ext-memcached: *
- ivanlulyf/bunnyphp: ^2.3
This package is auto-updated.
Last update: 2025-09-23 03:00:59 UTC
README
MemcachedCache for BunnyPHP
English | 中文
Install
composer require ivanlulyf/bunnyphp-memcached
Configure
"cache" =>[ "name" => "bunny.memcached", "servers" => [ ["127.0.0.1",11211], // replace to your memcached server address list ["127.0.0.1",11211,11], // with priority ] ],