brnbp/metamorphosis

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

Kafka package for laravel applications

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

This package is not auto-updated.

Last update: 2024-04-21 02:14:07 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