Download the PHP package davislar/daemon without Composer
On this page you can find all versions of the php package davislar/daemon. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package daemon
daemon
Install
composer require davislar/daemon
Config
[
'loop' => 5,
'name' => 'WatcherDaemon',
'pidDir' => __DIR__ . '/../runtime/daemon',
'logDir' => __DIR__ . '/../runtime/logs',
'workers' => [
[
'name' => 'TestDaemonJob',
'class' => Davislar\tests\TestDaemonJob::class,
'enabled' => true
]
]
]
Exceptions
Exception codes:
5xxx(Error codes):
5000 - Not set data
All versions of daemon with dependencies
PHP Build Version
Package Version
Requires
php Version
^5.3.0 || ^7.0
The package davislar/daemon contains the following files
Loading the files please wait ....