PHPackages                             vertexportus/beanstalkd-broadcaster - 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. vertexportus/beanstalkd-broadcaster

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

vertexportus/beanstalkd-broadcaster
===================================

Laravel Beanstalkd Broadcaster support

1.0.0(8y ago)028MITPHPPHP &gt;=7.0

Since May 3Pushed 8y ago1 watchersCompare

[ Source](https://github.com/vertexportus/beanstalkd-broadcaster)[ Packagist](https://packagist.org/packages/vertexportus/beanstalkd-broadcaster)[ RSS](/packages/vertexportus-beanstalkd-broadcaster/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (3)Versions (3)Used By (0)

beanstalkd-broadcaster
======================

[](#beanstalkd-broadcaster)

Laravel Beanstalkd Broadcaster.

How To's
--------

[](#how-tos)

### Install

[](#install)

`composer require vertexportus/beanstalkd-broadcaster`

### Provider

[](#provider)

This package automatically loads if using Laravel &gt;=5.5. If not, simply add `Vertexportus\BeanstalkdBroadcaster\BeanstalkdBroadcasterServiceProvider::class` to your `app.php` config.

### Usage

[](#usage)

Add the following to `broadcasting.php` config file, and set `BROADCAST_DRIVER` to `beanstalkd`.

```
'beanstalkd' => [
    'driver' => 'beanstalkd',
    'host' => env('BEANSTALK_HOST', 'localhost'),
    'port' => env('BEANSTALK_PORT', '11300'),
    'tube' => 'socketIO'
],

```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2979d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1386617?v=4)[Daniel Alves](/maintainers/vertexportus)[@vertexportus](https://github.com/vertexportus)

---

Top Contributors

[![vertexportus](https://avatars.githubusercontent.com/u/1386617?v=4)](https://github.com/vertexportus "vertexportus (4 commits)")

### Embed Badge

![Health badge](/badges/vertexportus-beanstalkd-broadcaster/health.svg)

```
[![Health](https://phpackages.com/badges/vertexportus-beanstalkd-broadcaster/health.svg)](https://phpackages.com/packages/vertexportus-beanstalkd-broadcaster)
```

###  Alternatives

[illuminate/queue

The Illuminate Queue package.

20432.2M1.5k](/packages/illuminate-queue)[illuminate/bus

The Illuminate Bus package.

6045.5M508](/packages/illuminate-bus)[illuminate/notifications

The Illuminate Notifications package.

483.0M1.1k](/packages/illuminate-notifications)[harris21/laravel-fuse

Circuit breaker for Laravel queue jobs. Protect your workers from cascading failures.

43140.3k](/packages/harris21-laravel-fuse)[fleetbase/core-api

Core Framework and Resources for Fleetbase API

1232.2k16](/packages/fleetbase-core-api)

PHPackages © 2026

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