PHPackages                             lukaszaleckas/laravel-kafka-queue - 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. lukaszaleckas/laravel-kafka-queue

ActiveLibrary

lukaszaleckas/laravel-kafka-queue
=================================

v1.0.0(3y ago)253PHPPHP ^7.4|^8.0

Since May 21Pushed 3y ago1 watchersCompare

[ Source](https://github.com/lukaszaleckas/laravel-kafka-queue)[ Packagist](https://packagist.org/packages/lukaszaleckas/laravel-kafka-queue)[ RSS](/packages/lukaszaleckas-laravel-kafka-queue/feed)WikiDiscussions main Synced 3d ago

READMEChangelog (1)Dependencies (8)Versions (2)Used By (0)

Laravel Kafka Queue Driver
==========================

[](#laravel-kafka-queue-driver)

Laravel Kafka queue driver with support for delayed jobs.

Installation
------------

[](#installation)

1. Run:

```
composer require lukaszaleckas/laravel-kafka-queue

```

Service provider should be automatically registered, if not add

```
LaravelKafka\KafkaQueueServiceProvider::class
```

to application's your `app.php`.

2. Add Kafka's connection to your `queue.php` config:

```
'kafka'      => [
    'driver'             => 'kafka',
    'host'               => 'your_host_here',
    'port'               => 9092,
    'queue'              => 'default_queue_name',
    'heartbeat'          => 5 * 1000, //Heartbeat in milliseconds
    'group_name'         => 'group_name',
    'producer_timeout'   => 3 * 1000, //Producer timeout in milliseconds
    'consumer_timeout'   => 3 * 1000, //Consumer timeout in milliseconds
]
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

1452d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/30416654c84b25a433b4c1c5360c8fac347b923247750b19a0310e45dc4aa5f4?d=identicon)[lukaszaleckas](/maintainers/lukaszaleckas)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/lukaszaleckas-laravel-kafka-queue/health.svg)

```
[![Health](https://phpackages.com/badges/lukaszaleckas-laravel-kafka-queue/health.svg)](https://phpackages.com/packages/lukaszaleckas-laravel-kafka-queue)
```

###  Alternatives

[anourvalar/eloquent-serialize

Laravel Query Builder (Eloquent) serialization

11320.2M21](/packages/anourvalar-eloquent-serialize)[namu/wirechat

A Laravel Livewire messaging app for teams with private chats and group conversations.

54324.5k](/packages/namu-wirechat)[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135192.6k5](/packages/statamic-rad-pack-runway)

PHPackages © 2026

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