kintso/memcachedcloud-laravel

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.
830 5
Install
composer require kintso/memcachedcloud-laravel
PHP:>=5.4.0
License:MIT
Last Updated:Jan 5, 2015
Links: GitHub  ·  Packagist
Maintainer: kintso

memcachedcloud-laravel

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?

  1. Create an account on MemcachedcCloud and a bucket using memcached
  2. Download the package via composer
  3. Add in your app.php config in the providers array the following line:
    'providers' => append_config(array( 'kintso\MemcachedCloud\MemcachedCloudServiceProvider', )),
  4. The package assumes you have three environment variables for your MemcachedCloud account: MEMCACHEDCLOUD_SERVERS, MEMCACHEDCLOUD_USERNAME and MEMCACHEDCLOUD_PASSWORD

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 :)

Related Packages

windevalley/laravel-memcached-plus

Extends the built-in Laravel 5 Cache Memcached driver adding support for persist...

13 2
rlacerda83/lumem-elocache

Cache Eloquent querys for lumem

189 2
clowdy/multi-memcached

Multiple memcached connection handler for Laravel and elasticache support

26,872 5
laggards/aliyun

提供阿里云 OSS、MNS(含SMS短信消息)、memcached等服务接口,适用于Laravel、Symfony...

1,252 1
ripples/memcached-sasl

Custom cache extension of memcached sasl for laravel5, support aliyun ocs.

54 2