Download the PHP package dreamcommerce/gearman-bundle without Composer
On this page you can find all versions of the php package dreamcommerce/gearman-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download dreamcommerce/gearman-bundle
More information about dreamcommerce/gearman-bundle
Files in dreamcommerce/gearman-bundle
Download dreamcommerce/gearman-bundle
More information about dreamcommerce/gearman-bundle
Files in dreamcommerce/gearman-bundle
Vendor dreamcommerce
Package gearman-bundle
Short Description A wrapper on mmoreram/gearman modifying logic to add support for signals.
License MIT
Package gearman-bundle
Short Description A wrapper on mmoreram/gearman modifying logic to add support for signals.
License MIT
Please rate this library. Is it a good library?
Informations about the package gearman-bundle
Gearman Bundle Wrapper
It's a wrapper on https://packagist.org/packages/mmoreram/gearman-bundle
We simply needed to process some signals provided by pcntl_signal. Original one disallowed to do so if worker was waiting for a job.
Installation
composer require dreamcommerce/gearman-bundle
-
Edit
AppKernel.php
, append these bundles: - That's all.
Changelog
1.0.8
- register command as service
1.0.7
- fixed configuration generating when job_prefix is used
1.0.6
- added
name_prefix
to specify task name prefix (useful when single Supervisor is shared between prod/dev) - fixed generating when no programs is defined
1.0.5
- fixed an issue with generating file with not configured workers
1.0.4
- fixed incorrect generated command
1.0.3
- finished messing up with repositories locations, until pull request of
mmoreram/gearman-bundle
is being accepted, you have to declare a overriding repository in your maincomposer.json
1.0.2
- fixed autoloader definition
1.0.1
- fixed version constraint stability
1.0
- fix for PHP 7 in related commit of
mmoreram/gearman-bundle
; removed obsolete logic - added a possibility to generate workers configuration for supervisord
0.1.4
- cleaned-up version constraint
- bound
mmoreram/gearman-bundle
to exact version constraint due to the segfault in PHP 7
0.1.3
- added support for memory-leak protection
- fixed autoloader
0.1.2
- first working version
All versions of gearman-bundle with dependencies
PHP Build Version
Package Version
The package dreamcommerce/gearman-bundle contains the following files
Loading the files please wait ....