PHPackages                             siberfx/apache-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. siberfx/apache-kafka

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

siberfx/apache-kafka
====================

Apache Kafka Service Helper

0.1.0(1mo ago)13MITPHPPHP ^8.4CI failing

Since Oct 20Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/siberfx/kafka-queue)[ Packagist](https://packagist.org/packages/siberfx/apache-kafka)[ Docs](https://github.com/siberfx/apache-kafka)[ RSS](/packages/siberfx-apache-kafka/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (2)Versions (4)Used By (0)

Apache Kafka Queue Service for Laravel 10.x 11.x

[](#apache-kafka-queue-service-for-laravel-10x-11x)

Required before starting
------------------------

[](#required-before-starting)

You should have account for deployment in Google Cloud () create new project and select from marketplace "apache kafka@ on confluent cloud" and set up for your requirements.

- from Confluent.cloud you should have CLI installation for your server where you will use the kafka

```
curl -L --http1.1 https://cnfl.io/ccloud-cli | sh -s -- -b /usr/local/bin
```

[![img_1.png](img/img_1.png)](img/img_1.png)[![img_2.png](img/img_2.png)](img/img_2.png)

and at least if you prefer to run under docker, be sure that you have the kafka extension installed and enabled so an example image below; [![img_1.png](img/img_3.png)](img/img_3.png)

after you follow all the steps and ready to use the package, follow the steps below;

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

[](#installation)

You can install the package via composer:

```
composer require siberfx/apache-kafka
```

Usage
-----

[](#usage)

```
// config/kafka-config.php file content, you can modify it by your own settings.
return [
    'queue_name' => 'kafka',

    'bootstrap_servers' => env('BOOTSTRAP_SERVER', ''),
    'security_protocol' => env('SECURITY_PROTOCOL', ''),
    'sasl_mechanisms' => env('SASL_MECHANISM', ''),
    'sasl_username' => env('SASL_USERNAME', ''),
    'group_id' => env('GROUP_ID', ''),

];
```

### Publish files

[](#publish-files)

```
php artisan vendor:publish --provider="Siberfx\ApacheKafka\KafkaServiceProvider"
```

### required Kafka Queue Service changes on your app

[](#required-kafka-queue-service-changes-on-your-app)

You can override in which table are located your `"lat, lng"` fields and even the model you want to create the fields with the help of `config/kafka-config.php` file and `table_name` field if its set already

```

### Security

If you discover any security related issues, please email info@siberfx.com instead of using the issue tracker.

## Credits

- [Selim Gormus](https://github.com/siberfx)

```

###  Health Score

40

—

FairBetter than 88% of packages

Maintenance90

Actively maintained with recent releases

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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 ~262 days

Total

3

Last Release

51d ago

PHP version history (2 changes)0.0.1PHP ^8.1

0.1.0PHP ^8.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/319c5a3ca014236bc2d28e3e37825e1ec467b51455c020c6666d1f40f493c2e1?d=identicon)[siberfx](/maintainers/siberfx)

---

Top Contributors

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

---

Tags

apachekafkalaravelmicroservicemicroservice-with-laravelapache kafkalaravel 11.xkafka service helperlaravel 12.xlaravel 13.x

### Embed Badge

![Health badge](/badges/siberfx-apache-kafka/health.svg)

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

###  Alternatives

[wireui/wireui

TallStack components

1.8k1.3M16](/packages/wireui-wireui)[livewire/volt

An elegantly crafted functional API for Laravel Livewire.

4205.3M84](/packages/livewire-volt)[ramonrietdijk/livewire-tables

Dynamic tables for models with Laravel Livewire

21147.4k](/packages/ramonrietdijk-livewire-tables)

PHPackages © 2026

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