Skip to content

Commit

Permalink
Update 1-introduction.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusjunges authored Aug 31, 2023
1 parent ee80f1e commit 9ee74c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/1-introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Introduction
weight: 1
---

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.
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.

Expand All @@ -16,4 +16,4 @@ This package provides a nice way of producing and consuming kafka messages in yo
<a href="https://github.com/mateusjunges/laravel-kafka/actions/workflows/run-tests.yml"><img src="https://github.com/mateusjunges/laravel-kafka/actions/workflows/run-tests.yml/badge.svg" alt="Continuous integration"></a>
<a href="https://github.com/mateusjunges/laravel-kafka/actions/workflows/php-cs-fixer.yml"><img src="https://github.com/mateusjunges/laravel-kafka/actions/workflows/php-cs-fixer.yml/badge.svg" alt="Check fix & Styling"></a>
<a href="https://packagist.org/packages/mateusjunges/laravel-kafka"><img src="http://poser.pugx.org/mateusjunges/laravel-kafka/require/php" alt="PHP Version"></a>
</section>
</section>

0 comments on commit 9ee74c2

Please sign in to comment.