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
Requires
- php: >=7.1
- ext-json: *
- ext-rdkafka: *
- illuminate/config: ~5.5.0|~5.6.0
- illuminate/console: ~5.5.0|~5.6.0
- illuminate/support: ~5.5.0|~5.6.0
Requires (Dev)
- kwn/php-rdkafka-stubs: ~1.1.0
- nealio82/avro-php: ^0.1.2
- orchestra/testbench: ~3.5.0|~3.6.0
- phpunit/phpunit: ^7.3
- satooshi/php-coveralls: ^1.0
This package is not auto-updated.
Last update: 2024-11-03 04:38:13 UTC
README
Easy and flexible Kafka Library for Laravel and PHP 7.
Introduction
Metamorphosis provides a simple, straight-forward implementation for working with Kafka inside Laravel applications.
Requirements
- PHP >= 7.1
- Kafka Driver
- Kafka PHP Extension
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