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: 3 days ago
JSON representation
Use Kafka Producers and Consumers in your laravel app with ease!
- Host: GitHub
- URL: https://github.com/mateusjunges/laravel-kafka
- Owner: mateusjunges
- License: mit
- Created: 2021-08-16T01:52:48.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-04-10T15:18:27.000Z (about 1 month ago)
- Last Synced: 2025-04-14T05:56:50.724Z (about 1 month ago)
- Topics: kafka, laravel, message, php
- Language: PHP
- Homepage: https://laravelkafka.com/docs/v2.0/introduction
- Size: 1.16 MB
- Stars: 622
- Watchers: 6
- Forks: 90
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Laravel Kafka


[](LICENSE)
[](https://github.com/mateusjunges/laravel-kafka/actions/workflows/run-tests.yml)
[](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](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