This package extends Laravel Cache driver to integrate with MemcachedCloud. MemcachedCloud provides different cache solutions based on memcached or redis. This package only deals with memcached.
kintso/memcachedcloud-laravel is a Laravel package for this package extends laravel cache driver to integrate with memcachedcloud. memcachedcloud provides different cache solutions based on memcached or redis. this package only deals with memcached..
It currently has 5 GitHub stars and 830 downloads on Packagist.
Install it with composer require kintso/memcachedcloud-laravel.
Discover more Laravel packages by kintso
or browse all Laravel packages to compare alternatives.
Last updated
This package extends Laravel Cache driver to integrate with MemcachedCloud. MemcachedCloud provides different cache solutions based on memcached or redis. This package only deals with memcached.
How to install?
How it works?
I wrote this package based on a great work done by @atyagi (https://github.com/atyagi/elasticache-laravel). It extends Laravel Cache memcached driver to connect via SASL to Memcachedcloud service. I needed it for my application as it is hosted on Heroku
It is my first package so please let me know how to improve things :)