Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mateusjunges/laravel-kafka

Use Kafka Producers and Consumers in your laravel app with ease!
https://github.com/mateusjunges/laravel-kafka

kafka laravel message php

Last synced: 4 days ago
JSON representation

Use Kafka Producers and Consumers in your laravel app with ease!

Awesome Lists containing this project

README

        

# Laravel Kafka
![art/laravel-kafka.png](art/laravel-kafka.png)

![Packagist Version](https://img.shields.io/packagist/v/mateusjunges/laravel-kafka?label=Latest%20version%20on%20Packagist)
![Packagist Downloads](https://img.shields.io/packagist/dt/mateusjunges/laravel-kafka?style=flat&label=Total%20Downloads)
[![MIT Licensed](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](LICENSE)
[![Continuous Integration](https://github.com/mateusjunges/laravel-kafka/actions/workflows/run-tests.yml/badge.svg)](https://github.com/mateusjunges/laravel-kafka/actions/workflows/run-tests.yml)
[![Check & fix styling](https://github.com/mateusjunges/laravel-kafka/actions/workflows/php-cs-fixer.yml/badge.svg)](https://github.com/mateusjunges/laravel-kafka/actions/workflows/php-cs-fixer.yml)

Do you use Kafka in your laravel projects? All packages I've seen until today, including some built by myself, does not provide a nice usage syntax or, if it does, the test process with these packages are very painful.

This package provides a nice way of producing and consuming kafka messages in your Laravel projects.

# Sponsor my work!
If you think this package helped you in any way, you can sponsor me on GitHub!

[![Sponsor Me](art/sponsor.png)](https://github.com/sponsors/mateusjunges)

- My personal website: https://mateusjunges.com
- Follow me on Twitter: https://twitter.com/mateusjungess
- Follow me on Bluesky: https://bsky.app/profile/mateusjunges.com

# Documentation
You can [find the documentations for this package here](https://laravelkafka.com/)

# Testing
Run `composer test` to test this package.

# Contributing
Thank you for considering contributing for the Laravel Kafka package! The contribution guide can be found [here][contributing].

# Credits
- [Mateus Junges](https://twitter.com/mateusjungess)
- [Arquivei](https://github.com/arquivei)

# License
The Laravel Kafka package is open-sourced software licenced under the [MIT][mit] License. Please see the [License File][license] for more information.

[contributing]: .github/CONTRIBUTING.md
[license]: LICENSE
[mit]: https://opensource.org/licenses/MIT