Download the PHP package jced-artem/singleton-command without Composer
On this page you can find all versions of the php package jced-artem/singleton-command. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jced-artem/singleton-command
More information about jced-artem/singleton-command
Files in jced-artem/singleton-command
Download jced-artem/singleton-command
More information about jced-artem/singleton-command
Files in jced-artem/singleton-command
Vendor jced-artem
Package singleton-command
Short Description Symfony singleton command. Command that can't be run in parallel before previous process stopped.
License MIT
Homepage https://github.com/jced-artem
Package singleton-command
Short Description Symfony singleton command. Command that can't be run in parallel before previous process stopped.
License MIT
Homepage https://github.com/jced-artem
Please rate this library. Is it a good library?
Informations about the package singleton-command
singleton-command
Symfony singleton command. Command that can't be run in parallel before previous process stopped. If you need to simply run symfony command only in one process and you don't want to use and manage lock files by yourself - this class is what you need :)
Require
symfony/console
jced-artem/lock-service
- uses this package to replace LockHandler because it can't work with several hosts. This is important here because command can be launched in several servers as cron with shared folder.
Install
composer require jced-artem/singleton-command
Example
And you need to use this command as service, so, your services.yml
should looks like this:
All versions of singleton-command with dependencies
PHP Build Version
Package Version
The package jced-artem/singleton-command contains the following files
Loading the files please wait ....