We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab3bc96 commit b33f9d1Copy full SHA for b33f9d1
content/installation/_index.md
@@ -8,7 +8,17 @@ draft: false
8
pecl install simple_kafka_client
9
```
10
11
-### Manual installation
+## Alpine Linux
12
+For PHP7:
13
+```shell
14
+apk add php7-pecl-simple-kafka-client --update-cache --repository http://dl-3.alpinelinux.org/alpine/edge/testing/
15
+```
16
+For PHP8:
17
18
+apk add php8-pecl-simple-kafka-client --update-cache --repository http://dl-3.alpinelinux.org/alpine/edge/testing/
19
20
+
21
+## Manual installation
22
```bash
23
git clone https://github.com/php-kafka/php-simple-kafka-client.git
24
cd php-simple-kafka-client
0 commit comments