Skip to content

wooxo/CommandLockRedis

Repository files navigation

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.