mateusjunges/laravel-kafka is a Laravel package for a kafka driver for laravel.
It currently has 721 GitHub stars and 3.412.741 downloads on Packagist (latest version v2.11.3).
Install it with composer require mateusjunges/laravel-kafka.
Discover more Laravel packages by mateusjunges
or browse all Laravel packages to compare alternatives.
Last updated

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.
If you think this package helped you in any way, you can sponsor me on GitHub!
You can find the documentations for this package here
Run composer test to test this package.
Thank you for considering contributing for the Laravel Kafka package! The contribution guide can be found here.
The Laravel Kafka package is open-sourced software licenced under the MIT License. Please see the License File for more information.