wooxo/command-lock-redis

'Lock system' for your command task (Laravel 4.2)
1,479
Install
composer require wooxo/command-lock-redis
Latest Version:0.2
PHP:>=5.4.0
License:MIT
Last Updated:Dec 17, 2015
Links: GitHub  ·  Packagist
Maintainer: wooxo

CommandLockRedis

Build Status Latest Stable Version Total Downloads

It's a library for Laravel 4.2.

'Lock system' for your command task (Laravel 4.2).

Installation

Install using composer:

composer require wooxo/command-lock-redis

Add provider in config.app

'providers' = array(
    [...],
    'Wooxo\CommandLockRedis\CommandLockRedisServiceProvider'
);

Usage

To be completed.

Related Packages

malkusch/lock

Mutex library for exclusive code execution.

10,376,092 948
jrenton/laravel-5-scaffold

Fastest way to rapidly scaffold a laravel application

268 4
nicolasmahe/laravel-slack-output

Sends a message to Slack when something goes wrong with your Laravel application...

42,973 27
vetruvet/laravel-phpredis

Use phpredis as the redis connection in Laravel

127,998 43
hacklee/laravel5-php-redis

Use The Redis PHP-Extention In The Laravel Framework With Facde Pattern.

722 3