brnbp/metamorphosis

There is no license information available for the latest version (v1.1.0) of this package.

Kafka package for laravel applications

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 11

Open Issues: 6

pkg:composer/brnbp/metamorphosis

v1.1.0 2018-10-26 21:39 UTC

This package is not auto-updated.

Last update: 2025-10-05 09:18:10 UTC


README

Easy and flexible Kafka Library for Laravel and PHP 7.

Metamorphosis

Latest Version on Packagist Software License Total Downloads Build Status Coverage Status

Introduction

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

Requirements

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.

License

Metamorphosis is free software distributed under the terms of the MIT license