Looking to hire Laravel developers? Try LaraJobs

laravel-kafka-logger maintained by maxgaurav

Description
Kafka logging
Author
Last update
2023/02/02 09:44 (dev-dependabot/composer/symfony/http-kernel-4.4.x-dev)
License
Links
Downloads
2

Comments
comments powered by Disqus

Laravel Kafka Logger

Description

Requirements

  • Minimum PHP version: 7.1
  • Kafka Version greater than 0.8
  • The consumer module needs kafka broker version greater than 0.9.0
  • Laravel 6.*

Installation

Composer installation

First install the package using composer

composer require maxgaurav/laravel-kafka-logger

Publishing Configuration

Publish the configuration file using the artisan vendor publish command

php artisan vendor:publish --provider=MaxGaurav\LaravelKafkaLogger\LaravelKafkaLoggerServiceProvider --tag=config