PHPackages                             laravel-widgets/gearman - 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. [Queues &amp; Workers](/categories/queues)
4. /
5. laravel-widgets/gearman

ActiveLibrary[Queues &amp; Workers](/categories/queues)

laravel-widgets/gearman
=======================

04PHP

Since Jul 2Pushed 5y ago1 watchersCompare

[ Source](https://github.com/laravel-widgets/gearman)[ Packagist](https://packagist.org/packages/laravel-widgets/gearman)[ RSS](/packages/laravel-widgets-gearman/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

 Gearman
=========

[](#-gearman-)

 ⌛ Gearaman Provider in Laravel

This is to make your Gearman easy to use in the laravel framework

Requirement
-----------

[](#requirement)

1. PHP &gt;= 7.3
2. illuminate/queue =&gt; 7.\* | 8.\*

Installing
----------

[](#installing)

```
$ composer require laravel-widgets/Gearman -vvv
```

Optional, you can publish the config file:

```
$ php artisan vendor:publish --provider="LaravelWidgets\Gearman\ServiceProvider" --tag=config
```

> Change app config `config/app.config`

```
    'default' => 'gearman',

    'connections' => [
        'driver' => 'gearman',
        'host'   => 'localhost',
        'queue'  => 'default',
        'port'   => '4730',
        'timeout' => 1000, //milliseconds
    ]
```

###  Health Score

16

—

LowBetter than 4% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity30

Early-stage or recently created project

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/100046812?v=4)[laracro](/maintainers/laracro)[@laracro](https://github.com/laracro)

### Embed Badge

![Health badge](/badges/laravel-widgets-gearman/health.svg)

```
[![Health](https://phpackages.com/badges/laravel-widgets-gearman/health.svg)](https://phpackages.com/packages/laravel-widgets-gearman)
```

###  Alternatives

[league/geotools

Geo-related tools PHP 7.3+ library

1.4k5.6M31](/packages/league-geotools)[illuminate/bus

The Illuminate Bus package.

6046.3M542](/packages/illuminate-bus)[uecode/qpush-bundle

Asynchronous processing for Symfony using Push Queues

1672.5M2](/packages/uecode-qpush-bundle)[belvg/module-sqs

N/A

1544.6k](/packages/belvg-module-sqs)[bsidev/bitrix-queue

Queues for Bitrix CMS

232.8k](/packages/bsidev-bitrix-queue)[mayconbordin/l5-stomp-queue

Stomp Queue Driver for Laravel 5

121.1k](/packages/mayconbordin-l5-stomp-queue)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
