PHPackages                             brnbp/metamorphosis - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. brnbp/metamorphosis

ActiveLibrary[HTTP &amp; Networking](/categories/http)

brnbp/metamorphosis
===================

Kafka package for laravel applications

v1.1.0(7y ago)02[5 issues](https://github.com/brnbp/metamorphosis/issues)[1 PRs](https://github.com/brnbp/metamorphosis/pulls)PHPPHP &gt;=7.1

Since Aug 29Pushed 7y ago1 watchersCompare

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

READMEChangelogDependencies (8)Versions (11)Used By (0)

Metamorphosis
=============

[](#metamorphosis)

> Easy and flexible Kafka Library for Laravel and PHP 7.

[![Metamorphosis](./docs/logo.png)](./docs/logo.png)

[![Latest Version on Packagist](https://camo.githubusercontent.com/1a52b13d3af8c9ab238e007a5e700f0dc0177d93aeeb5ed07b6ca6b9aa9fdc0d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f62726e62702f6d6574616d6f7270686f7369732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/brnbp/metamorphosis)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Total Downloads](https://camo.githubusercontent.com/eb4a018cc9816710ddee1e7ec10a9f721c78fa06a4d4af1d22fcfc534757d6f7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f62726e62702f6d6574616d6f7270686f7369732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/brnbp/metamorphosis)[![Build Status](https://camo.githubusercontent.com/beacc707ea57d20988506a2d6af7195a1e346e2a5a656a46510d65cb8aec2ddb/68747470733a2f2f7472617669732d63692e6f72672f62726e62702f6d6574616d6f7270686f7369732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/brnbp/metamorphosis)[![Coverage Status](https://camo.githubusercontent.com/4f134297f1d444d6dda77889f412eb5ff64e1b581d0f08cda1732bc9b8ca50ea/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f62726e62702f6d6574616d6f7270686f7369732f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/brnbp/metamorphosis?branch=master)

- [Introduction](#introduction)
- [Requirements](#requirements)
- [Installation](#installation)
- [Quick Usage Guide](docs/quick-usage.md)
- [Advanced Usage Guide](docs/advanced.md)
- [Contributing](docs/CONTRIBUTING.md)
- [License](#license)

Introduction
------------

[](#introduction)

Metamorphosis provides a simple, straight-forward implementation for working with Kafka inside Laravel applications.

Requirements
------------

[](#requirements)

- PHP &gt;= 7.1
- [Kafka Driver](https://github.com/edenhill/librdkafka)
- [Kafka PHP Extension](https://github.com/arnaud-lb/php-rdkafka)

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

[](#installation)

**Important:** *Make sure that you already have installed the OS driver for kafka, and the kafka php extension.*

You can install the library via Composer:

```
$ composer require brnbp/metamorphosis

```

And publish the config file with:

```
$ php artisan vendor:publish --provider="Metamorphosis\MetamorphosisServiceProvider"

```

For usage instructions, please refer to our [Quick Usage Guide](docs/quick-usage.md).

License
-------

[](#license)

Metamorphosis is free software distributed under the terms of the [MIT license](http://opensource.org/licenses/MIT)

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 72.6% 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 ~8 days

Total

8

Last Release

2751d ago

Major Versions

v0.2.2 → v1.0.02018-10-22

### Community

Maintainers

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

---

Top Contributors

[![brnbp](https://avatars.githubusercontent.com/u/8925112?v=4)](https://github.com/brnbp "brnbp (188 commits)")[![vitorbari](https://avatars.githubusercontent.com/u/1184252?v=4)](https://github.com/vitorbari "vitorbari (67 commits)")[![carusogabriel](https://avatars.githubusercontent.com/u/16328050?v=4)](https://github.com/carusogabriel "carusogabriel (2 commits)")[![diegofelix](https://avatars.githubusercontent.com/u/238054?v=4)](https://github.com/diegofelix "diegofelix (1 commits)")[![djonasm](https://avatars.githubusercontent.com/u/1079090?v=4)](https://github.com/djonasm "djonasm (1 commits)")

---

Tags

kafka

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/brnbp-metamorphosis/health.svg)

```
[![Health](https://phpackages.com/badges/brnbp-metamorphosis/health.svg)](https://phpackages.com/packages/brnbp-metamorphosis)
```

###  Alternatives

[genealabs/laravel-model-caching

Automatic caching for Eloquent models.

2.4k4.8M26](/packages/genealabs-laravel-model-caching)[tucker-eric/eloquentfilter

An Eloquent way to filter Eloquent Models

1.8k4.8M26](/packages/tucker-eric-eloquentfilter)[propaganistas/laravel-disposable-email

Disposable email validator

5762.6M6](/packages/propaganistas-laravel-disposable-email)[mikebronner/laravel-model-caching

Automatic caching for Eloquent models.

2.4k127.1k1](/packages/mikebronner-laravel-model-caching)[andreaselia/laravel-api-to-postman

Generate a Postman collection automatically from your Laravel API

1.0k586.2k3](/packages/andreaselia-laravel-api-to-postman)[api-platform/laravel

API Platform support for Laravel

59126.4k5](/packages/api-platform-laravel)

PHPackages © 2026

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