Libraries tagged by Spearman
brianlmoon/gearmanmanager
82824 Downloads
PHP daemon for managing gearman workers
typo3/cms-recycler
4860850 Downloads
TYPO3 CMS Recycler - Restore deleted records or remove them from the database permanently.
zhuravljov/yii2-queue
32025 Downloads
Yii2 Queue Extension which supports queues based on DB, Redis, RabbitMQ, Beanstalk, SQS, and Gearman
stevebauman/unfinalize
18848 Downloads
Permanently remove final keywords from vendor packages.
yuav/gearmanadmin
68001 Downloads
Gearman admin library to get status and version, and list workers, set maxqueue or shutdown Gearman server
truesocialmetrics/gearman-stats
76277 Downloads
Geaman connector for getting status and statistic data
kicken/gearman-php
50939 Downloads
A PHP implementation of the Gearman protocol.
necromant2005/gearman-stats
242292 Downloads
Geaman connector for getting status and statistic data
yiisoft/queue
11861 Downloads
Queue Extension which supported DB, Redis, RabbitMQ, Beanstalk, SQS and Gearman
slickdeals/gearman-messenger
8102 Downloads
Symfony Gearman Messenger Bridge
enqueue/gearman
41793 Downloads
Message Queue Gearman transport
demi/php-gearman
6327 Downloads
Gearman job server workers helper
cvo-technologies/cakephp-gearman
42815 Downloads
A gearman plugin for CakePHP 3
backstage/laravel-permanent-cache
740 Downloads
Using Laravel Permanent Cache you can cache intensive operations permanently and update them in the background, so your users don't have to wait!
publero/net_gearman
77705 Downloads
Gearman (http://www.danga.com/gearman) is a system to farm out work to other machines. It can load balance function calls to lots of machines and allows you to call functions between languages. It can also run all function calls in parallel.