wooxo / command-lock-redis
'Lock system' for your command task (Laravel 4.2)
Installs: 1 475
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 6
Forks: 1
Open Issues: 0
Requires
- php: >=5.4.0
- illuminate/support: 4.2.*
This package is not auto-updated.
Last update: 2024-11-09 19:28:13 UTC
README
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.