Package Data | |
---|---|
Maintainer Username: | kintso |
Package Create Date: | 2015-01-05 |
Package Last Update: | 2015-01-05 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-22 03:15:04 |
Package Statistics | |
---|---|
Total Downloads: | 830 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 5 |
Total Watchers: | 2 |
Total Forks: | 3 |
Total Open Issues: | 2 |
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 :)