https://github.com/maxgaurav/laravel-kafka-logger
https://github.com/maxgaurav/laravel-kafka-logger
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/maxgaurav/laravel-kafka-logger
- Owner: maxgaurav
- License: mit
- Created: 2019-11-12T07:05:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-02T08:44:04.000Z (over 2 years ago)
- Last Synced: 2025-04-09T12:56:55.864Z (3 months ago)
- Language: PHP
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 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```shell
composer require maxgaurav/laravel-kafka-logger
```### Publishing Configuration
Publish the configuration file using the artisan vendor publish command
```shell
php artisan vendor:publish --provider=MaxGaurav\LaravelKafkaLogger\LaravelKafkaLoggerServiceProvider --tag=config
```