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

ActiveLibrary

micromus/kafka-bus-laravel
==========================

This is my package laravel-kafka-bus

v1.0.1(1y ago)017[3 PRs](https://github.com/micromus/kafka-bus-laravel/pulls)MITPHPPHP ^8.2CI passing

Since Oct 9Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/micromus/kafka-bus-laravel)[ Packagist](https://packagist.org/packages/micromus/kafka-bus-laravel)[ Docs](https://github.com/micromus/kafka-bus-laravel)[ GitHub Sponsors](https://github.com/Micromus)[ RSS](/packages/micromus-kafka-bus-laravel/feed)WikiDiscussions 1.x Synced 1mo ago

READMEChangelog (8)Dependencies (14)Versions (14)Used By (0)

Kafka Bus for Laravel
=====================

[](#kafka-bus-for-laravel)

[![Latest Version on Packagist](https://camo.githubusercontent.com/435741d4539cf5a7e22a5a11cd6e332e8bd8235281af5e4c2b35997291f0040e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d6963726f6d75732f6b61666b612d6275732d6c61726176656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/micromus/kafka-bus-laravel)[![GitHub Tests Action Status](https://camo.githubusercontent.com/f2fde2a83a71880aeab46543babf30be8badc97ed611cf3ee06bb088f2ea0783/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6d6963726f6d75732f6b61666b612d6275732d6c61726176656c2f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/micromus/kafka-bus-laravel/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/50628a785f7946de87d74fb4851417b61c0ae57e183767a360343105224dfad2/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6d6963726f6d75732f6b61666b612d6275732d6c61726176656c2f7068702d636f64652d7374796c652e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/micromus/kafka-bus-laravel/actions?query=workflow%3A%22PHP+Code+Style%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/21c5250d461cb861a5bb113ce302dbb057b22bbdbf92e49cf61d6e178187daa3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d6963726f6d75732f6b61666b612d6275732d6c61726176656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/micromus/kafka-bus-laravel)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

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

[](#installation)

You can install the package via composer:

```
composer require micromus/kafka-bus-laravel
```

Usage
-----

[](#usage)

```
use Micromus\KafkaBus\Interfaces\Bus\BusInterface;
use Micromus\KafkaBus\Testing\Messages\ProducerMessageFaker;

public function execute(BusInterface $bus): void
{
    $bus->publish(new ProducerMessageFaker());
}
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [kEERill](https://github.com/kEERill)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance68

Regular maintenance activity

Popularity6

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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

Recently: every ~102 days

Total

9

Last Release

120d ago

Major Versions

v0.3.0 → v1.0.02025-01-06

### Community

Maintainers

![](https://www.gravatar.com/avatar/920047b57e71b2959cf0934a7d6e45a3a18b639a3bc297cab6e0f0ccb488d535?d=identicon)[kEERill](/maintainers/kEERill)

---

Top Contributors

[![keerill](https://avatars.githubusercontent.com/u/74487982?v=4)](https://github.com/keerill "keerill (6 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (5 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (5 commits)")[![popkovkirill](https://avatars.githubusercontent.com/u/6718174?v=4)](https://github.com/popkovkirill "popkovkirill (5 commits)")

---

Tags

laravelmicromuskafka-bus-laravel

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

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

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

###  Alternatives

[spatie/laravel-prometheus

Export Laravel metrics to Prometheus

2651.3M6](/packages/spatie-laravel-prometheus)[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24149.7k](/packages/vormkracht10-laravel-mails)[bilfeldt/laravel-request-logger

Log Laravel application request and responses for debugging or statistics

122163.3k2](/packages/bilfeldt-laravel-request-logger)[api-platform/laravel

API Platform support for Laravel

59126.4k6](/packages/api-platform-laravel)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[basillangevin/laravel-data-json-schemas

Transforms Spatie Data objects into JSON Schemas with built-in validation

1312.2k1](/packages/basillangevin-laravel-data-json-schemas)

PHPackages © 2026

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