2017 © Pedro Peláez
 

library elasticache-laravel

Elasticache Drivers for Laravel Cache and Session

image

atyagi/elasticache-laravel

Elasticache Drivers for Laravel Cache and Session

  • Friday, April 20, 2018
  • by atyagi
  • Repository
  • 2 Watchers
  • 26 Stars
  • 144,094 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 11 Forks
  • 2 Open issues
  • 18 Versions
  • 6 % Grown

The README.md

Elasticache Laravel

Build Status Coverage Status Packagist, (*1)

AWS Elasticache Session and Cache Drivers for Laravel (Memcached specifically), (*2)

Setup

This package requires the memcached extension for PHP. Please see this link for installation instructions., (*3)

With composer, simply add "atyagi/elasticache-laravel": "~2.1" to your composer.json. (or "atyagi/elasticache-laravel": "~1.1" for Laravel 4 installations), (*4)

Once composer update is ran, add, (*5)

'Atyagi\Elasticache\ElasticacheServiceProvider',, (*6)

to the providers array in app/config.php., (*7)

At this point, inside of app/session.php and app/cache.php, you can use elasticache as a valid driver., (*8)

Versions

  • 2.* represents all versions for Laravel 5
  • 1.* represents all versions for Laravel 4

Configuration

All configuration lives within app/session.php and app/cache.php. The key ones are below:, (*9)

session.php

  • lifetime -- the session lifetime within the Memcached environment
  • cookie -- this is the prefix for the session ID to prevent clashing

cache.php

Note: for Laravel 5, make sure to add this info to the stores array as follows:, (*10)

'stores' => [
  ...
  'memcached' => [
    'driver' => 'memcached',
    'servers' => [
      [
        'host' => '<YOUR HOST>',
        'port' => '<YOUR_PORT>',
        'weight' => '<YOUR_WEIGHT>'
        ]
      ]
    ]
    ...
  ]

The Versions

20/04 2018

dev-master

9999999-dev

Elasticache Drivers for Laravel Cache and Session

  Sources   Download

MIT

The Requires

 

The Development Requires

by Ankit Tyagi

laravel aws elasticache

28/06 2015

2.1.0

2.1.0.0

Elasticache Drivers for Laravel Cache and Session

  Sources   Download

MIT

The Requires

 

The Development Requires

by Ankit Tyagi

laravel aws elasticache

16/05 2015

1.x-dev

1.9999999.9999999.9999999-dev

Elasticache Drivers for Laravel Cache and Session

  Sources   Download

MIT

The Requires

 

The Development Requires

by Ankit Tyagi

laravel aws elasticache

16/05 2015

1.1.9

1.1.9.0

Elasticache Drivers for Laravel Cache and Session

  Sources   Download

MIT

The Requires

 

The Development Requires

by Ankit Tyagi

laravel aws elasticache

16/05 2015

2.0.2

2.0.2.0

Elasticache Drivers for Laravel Cache and Session

  Sources   Download

MIT

The Requires

 

The Development Requires

by Ankit Tyagi

laravel aws elasticache

19/03 2015

2.0.1

2.0.1.0

Elasticache Drivers for Laravel Cache and Session

  Sources   Download

MIT

The Requires

 

The Development Requires

by Ankit Tyagi

laravel aws elasticache

19/03 2015

1.1.8

1.1.8.0

Elasticache Drivers for Laravel Cache and Session

  Sources   Download

MIT

The Requires

 

The Development Requires

by Ankit Tyagi

laravel aws elasticache

13/03 2015

1.1.7

1.1.7.0

Elasticache Drivers for Laravel Cache and Session

  Sources   Download

MIT

The Requires

 

The Development Requires

by Ankit Tyagi

laravel aws elasticache

05/03 2015

2.0.0

2.0.0.0

Elasticache Drivers for Laravel Cache and Session

  Sources   Download

MIT

The Requires

 

The Development Requires

by Ankit Tyagi

laravel aws elasticache

29/01 2015

1.1.6

1.1.6.0

Elasticache Drivers for Laravel Cache and Session

  Sources   Download

MIT

The Requires

 

The Development Requires

by Ankit Tyagi

laravel aws elasticache

29/01 2015

1.1.5

1.1.5.0

Elasticache Drivers for Laravel Cache and Session

  Sources   Download

MIT

The Requires

 

The Development Requires

by Ankit Tyagi

laravel aws elasticache

29/01 2015

1.1.4

1.1.4.0

Elasticache Drivers for Laravel Cache and Session

  Sources   Download

MIT

The Requires

 

The Development Requires

by Ankit Tyagi

laravel aws elasticache

29/01 2015

1.1.3

1.1.3.0

Elasticache Drivers for Laravel Cache and Session

  Sources   Download

MIT

The Requires

 

The Development Requires

by Ankit Tyagi

laravel aws elasticache

19/12 2014

1.1.2

1.1.2.0

Elasticache Drivers for Laravel Cache and Session

  Sources   Download

MIT

The Requires

 

The Development Requires

by Ankit Tyagi

laravel aws elasticache

19/12 2014

1.1.1

1.1.1.0

Elasticache Drivers for Laravel Cache and Session

  Sources   Download

MIT

The Requires

 

The Development Requires

by Ankit Tyagi

laravel aws elasticache

12/11 2014

1.1.0

1.1.0.0

Elasticache Drivers for Laravel Cache and Session

  Sources   Download

MIT

The Requires

 

The Development Requires

by Ankit Tyagi

laravel aws elasticache

27/10 2014

1.0.1

1.0.1.0

Elasticache Drivers for Laravel Cache and Session

  Sources   Download

MIT

The Requires

 

The Development Requires

by Ankit Tyagi

laravel aws elasticache

27/07 2014

1.0.0

1.0.0.0

Elasticache Drivers for Laravel Cache and Session

  Sources   Download

MIT

The Requires

 

The Development Requires

by Ankit Tyagi

laravel aws elasticache