PHPackages                             devcreel/command-lockable-trait - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [CLI &amp; Console](/categories/cli)
4. /
5. devcreel/command-lockable-trait

ActiveLibrary[CLI &amp; Console](/categories/cli)

devcreel/command-lockable-trait
===============================

Symfony console command lockable trait

v1.0.1(8y ago)059MITPHP

Since Oct 15Pushed 8y agoCompare

[ Source](https://github.com/DevCreel/CommandLockableTrait)[ Packagist](https://packagist.org/packages/devcreel/command-lockable-trait)[ Docs](https://github.com/DevCreel/CommandLockableTrait)[ RSS](/packages/devcreel-command-lockable-trait/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (2)DependenciesVersions (3)Used By (0)

CommandLockableTrait [![version](https://camo.githubusercontent.com/98a8a01c745050cfd544e5ee269ee1effb47158909e27199fa625911d3eba132/687474703a2f2f696d672e736869656c64732e696f2f62616467652f72656c656173652d76312e302e312d627269676874677265656e2e7376673f7374796c653d666c6174)](https://github.com/DevCreel/CommandLockableTrait/archive/master.zip)
======================================================================================================================================================================================================================================================================================================================================================

[](#commandlockabletrait-)

Symfony console command lockable trait (very simple emulation of multithreading)

Installation
------------

[](#installation)

### Use

[](#use)

Add this to composer.json

```
{
    "require": {
        "devcreel/command-lockable-trait": "1.0.*-dev"
    }
}
```

Usage
-----

[](#usage)

```
