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

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

ramiiyoussef/laravel-kafka
==========================

Laravel Kafka Queue Driver

1.0.5(2y ago)116MITPHPPHP &gt;=8.1

Since Feb 20Pushed 2y ago1 watchersCompare

[ Source](https://github.com/RamiiYoussef/laravel-kafka)[ Packagist](https://packagist.org/packages/ramiiyoussef/laravel-kafka)[ RSS](/packages/ramiiyoussef-laravel-kafka/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (6)Dependencies (11)Versions (6)Used By (0)

laravel-kafka: A queue driver for Laravel
=========================================

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

laravel-kafka adds support for Apache Kafka to Laravel Queues. It builds upon the [rdkafka](https://github.com/arnaud-lb/php-rdkafka) php extension, which you will have to install seperately. Also, you have to install the C/C++ client library [librdkafka](https://github.com/edenhill/librdkafka) upfront. Afterwards, you can freely push jobs to your favorite Kafka queue!

laravel-kafka supports PHP 8.1/8.2/8.3 and Laravel 10.

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

[](#installation)

To install the latest version of `ramiiyoussef/laravel-kafka` just require it using composer.

```
composer require ramiiyoussef/laravel-kafka
```

Environments:

```
KAFKA_BROKER_LIST=127.0.0.1:9092
KAFKA_QUEUE=topic_a
KAFKA_QUEUE_GROUP=group1
KAFKA_AUTH_LOGIN=
KAFKA_AUTH_PASSWORD=
```

Licence
-------

[](#licence)

Kafkaesk is licenced under The MIT Licence (MIT).

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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

Every ~2 days

Total

5

Last Release

805d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/78b32fd8bf2c532875d5eff38f4cdfa6c6feabcdf87f28ab760a4c5e488ec028?d=identicon)[RamiiYoussef](/maintainers/RamiiYoussef)

---

Top Contributors

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

---

Tags

kafkalaravelphpqueuephplaravelqueuekafka

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

### Embed Badge

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

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

###  Alternatives

[renoki-co/horizon-exporter

Export Laravel Horizon metrics using this Prometheus exporter.

24152.7k](/packages/renoki-co-horizon-exporter)[webparking/laravel-queue-ensurer

This composer package provides a Laravel queue ensurer.

6416.1k](/packages/webparking-laravel-queue-ensurer)

PHPackages © 2026

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