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

ActiveLibrary

fashionphile/laravel-kafka
==========================

Service Provider wrapper for laravel-kafka package for use in Fashionphile Laravel projects.

v1.0.1(4y ago)012MITPHPPHP ^8.0

Since Feb 23Pushed 4y ago1 watchersCompare

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

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

laravel-kafka
=============

[](#laravel-kafka)

A Fashionphile-specific package that utilized `laravel-kafka` package under the hood to produce Kafka events.

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

[](#installation)

Note - the `composer require` command will work only when package is added to Packagist.

- `composer require fashionphile/laravel-kafka`
- `php artisan vendor:publish --tag=fashionphile-kafka-config`

Usage
-----

[](#usage)

Make sure you configure your Kafka broker inside your `.env`.

```
$userCreatedObject = (new UserCreatedObject())
    ->setUuid($uuid)
    ->setFirstName($firstName)
    ->setLastName($lastName)
    ->setEmail($email)
    ->setPhone($phone)
    ->setCreatedTimestamp($timestamp);

FashionphileKafka::sendUserCreatedEvent($usetCreatedObject);

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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

Total

2

Last Release

1483d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b301f284e8187e12a4b3c762bd4bd559f159dceb8f17029f8d71d358591af112?d=identicon)[fashionphile](/maintainers/fashionphile)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

1.8k245.3k21](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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