2017 © Pedro Peláez
 

library 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.

image

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.

  • Monday, January 5, 2015
  • by kintso
  • Repository
  • 1 Watchers
  • 5 Stars
  • 830 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 2 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

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., (*1)

How to install?, (*2)

  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?, (*3)

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, (*4)

It is my first package so please let me know how to improve things :), (*5)

The Versions

05/01 2015

dev-master

9999999-dev

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.

  Sources   Download

MIT

The Requires

 

laravel memcached heroku memcachedcloud