Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/mateusjunges/laravel-kafka
- Owner: mateusjunges
- License: mit
- Created: 2021-08-16T01:52:48.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-14T20:10:29.000Z (7 months ago)
- Last Synced: 2024-05-15T15:17:51.987Z (7 months ago)
- Topics: kafka, laravel, message, php
- Language: PHP
- Homepage: https://junges.dev/documentation/laravel-kafka
- Size: 1010 KB
- Stars: 507
- Watchers: 8
- Forks: 73
- Open Issues: 1
-
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
![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