mosharaf13 / laravel-kafka
A kafka driver for laravel
Fund package maintenance!
mateusjunges
Requires
- php: ^8.0
- ext-rdkafka: ^4.0|^5.0|^6.0
- flix-tech/avro-serde-php: ^1.7
- illuminate/contracts: ^8.0|^9.0
- illuminate/support: ^8.0|^9.0
- monolog/monolog: ^2.3
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.0
- orchestra/testbench: ^6.20
- phpunit/phpunit: ^9.5
- predis/predis: ^1.1
- v1.9.x-dev
- v1.9.0
- v1.8.x-dev
- v1.8.9
- v1.8.8
- v1.8.7
- v1.8.6
- v1.8.5
- v1.8.4
- v1.8.3
- v1.8.2
- v1.8.1
- v1.8.0
- v1.7.x-dev
- v1.7.7
- v1.7.6
- v1.7.5
- v1.7.4
- v1.7.3
- v1.7.2
- v1.7.1
- v1.7.0
- v1.6.x-dev
- v1.6.6
- v1.6.5
- v1.6.4
- v1.6.3
- v1.6.2
- v1.6.1
- v1.6.0
- v1.5.x-dev
- v1.5.4
- v1.5.3
- v1.5.2
- v1.5.1
- v1.5.0
- v1.4.x-dev
- v1.4.6
- v1.4.5
- v1.4.4
- v1.4.3
- v1.4.2
- v1.4.1
- v1.4.0
- v1.3.x-dev
- v1.3.2
- v1.3.1
- v1.3.0
- v1.2.0
- v1.1.3
- v1.1.2
- v1.1.1
- v1.1.0
- v1.0.2
- v1.0.1
- v1.0.0
- dev-make-kafka-class-injectable-through-interface
- dev-master
- dev-revert-1-make-kafka-class-usable-through-interface-injection
- dev-make-kafka-class-usable-through-interface-injection
This package is auto-updated.
Last update: 2025-02-28 18:38:16 UTC
README
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 syntax 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.
Documentation
You can find the documentations for this package here
Sponsor my work!
If you think this package helped you in any way, you can sponsor me on GitHub!
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.
Credits
License
The Laravel Kafka package is open-sourced software licenced under the MIT License. Please see the License File for more information.