Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matthimatiker/commandlockingbundle
Adds an optional locking feature to all console commands that can be used to prevent parallel execution.
https://github.com/matthimatiker/commandlockingbundle
bundle cli locking php symfony symfony-bundle
Last synced: about 1 month ago
JSON representation
Adds an optional locking feature to all console commands that can be used to prevent parallel execution.
- Host: GitHub
- URL: https://github.com/matthimatiker/commandlockingbundle
- Owner: Matthimatiker
- License: mit
- Created: 2016-05-13T22:52:20.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-05-29T19:58:42.000Z (over 8 years ago)
- Last Synced: 2024-11-15T22:11:57.504Z (about 2 months ago)
- Topics: bundle, cli, locking, php, symfony, symfony-bundle
- Language: PHP
- Size: 54.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CommandLockingBundle #
[![Build Status](https://travis-ci.org/Matthimatiker/CommandLockingBundle.svg?branch=master)](https://travis-ci.org/Matthimatiker/CommandLockingBundle)
[![Coverage Status](https://coveralls.io/repos/github/Matthimatiker/CommandLockingBundle/badge.svg?branch=master)](https://coveralls.io/github/Matthimatiker/CommandLockingBundle?branch=master)Sometimes you want to ensure that a Symfony console command does not run in parallel.
This bundle adds an optional locking feature to all console commands that can be used to prevent parallel execution.## Installation ##
Install the bundle via [Composer](https://getcomposer.org):
composer require matthimatiker/command-locking-bundle
Then register the bundle in your ``AppKernel``: