Easy and flexible Kafka Library for Laravel and PHP 7.
Metamorphosis provides a simple, straight-forward implementation for working with Kafka inside Laravel applications.
- PHP >= 7.1
- Kafka Driver
- Kafka PHP Extension
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.
Metamorphosis is free software distributed under the terms of the MIT license