mateusjunges/laravel-kafka
Laravel Kafka brings a clean Laravel-friendly API for producing and consuming Kafka messages, with an emphasis on developer experience and easier testing. Ideal for integrating Kafka streams and event-driven workflows into your Laravel applications.
After building the consumer, you must call the consume method to consume the messages:
$consumer = \Junges\Kafka\Facades\Kafka::consumer()->build();
After building the consumer, you must call the consume method to consume the messages:
$consumer->consume();
<x-sponsors.request-sponsor/>
How can I help you explore Laravel packages today?