We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 802b864 commit f8e90eaCopy full SHA for f8e90ea
README.md
@@ -2,6 +2,11 @@
2
3
- https://arnaud-lb.github.io/php-rdkafka-doc/phpdoc/rdkafka.installation.html
4
5
+installing
6
+```sh
7
+composer require multividas/kafka-queue:dev-main --dev
8
+```
9
+
10
### ServiceProvider (KafkaServiceProvider):
11
12
- Registers the Kafka queue connector with Laravel's queue manager.
composer.json
@@ -19,8 +19,6 @@
19
"squizlabs/php_codesniffer": "^3.7",
20
"jobcloud/php-kafka-lib": "^2.0"
21
},
22
- "minimum-stability": "dev",
23
- "prefer-stable": true,
24
"scripts": {
25
"php-fixer": [
26
"./vendor/bin/phpcs src --standard=PSR2"
@@ -32,5 +30,6 @@
32
30
"Kafka\\Providers\\KafkaServiceProvider"
33
31
]
34
}
35
- }
+ },
+ "minimum-stability": "dev"
36
0 commit comments