Skip to content

brnbp/metamorphosis

 
 

Repository files navigation

Metamorphosis

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

About

Easy and flexible Kafka Library for Laravel and PHP 7

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 99.5%
  • Other 0.5%