Looking to hire Laravel developers? Try LaraJobs

laravel-kafka-logger maintained by maxgaurav

Description
Kafka logging
Author
Last update
2020/05/22 08:56 (v1.0.0)
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