fusio / adapter-memcache
Provides a connection to work with a memcache service
Fund package maintenance!
chriskapp
Patreon
www.paypal.me/fusioapi
Installs: 2 387
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Requires
- php: >=8.1
- ext-memcache: *
- fusio/engine: ^6.0
Requires (Dev)
- phpunit/phpunit: ^9.0
- vimeo/psalm: ^5.9
README
Fusio adapter which provides a connection to work with a memcache service. It uses the memcached PHP extension. You can install the adapter with the following steps inside your Fusio project:
composer require fusio/adapter-memcache
php bin/fusio system:register "Fusio\Adapter\Memcache\Adapter"