From a6c26665716a87e8cfe5356ed77e83b1a2133795 Mon Sep 17 00:00:00 2001 From: Justin Mclean Date: Thu, 3 Sep 2026 02:19:24 +0000 Subject: [PATCH] docs: mention the PHP SDK in the README The website says Iggy has client libraries for eight languages and the repository carries foreign/php, but the README named seven: the six with published packages, plus C++ as work in progress. PHP was missing. It sits with C++ rather than in the bulleted list, because that list points at published packages and the PHP extension has none. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 74690f17e1..db7e2f2350 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ We do also publish edge/dev/nightly releases (e.g. `0.7.0-edge.1` or `apache/igg - [Node.js (TypeScript)](https://www.npmjs.com/package/apache-iggy) - [Go](https://pkg.go.dev/github.com/apache/iggy/foreign/go) -[C++](https://github.com/apache/iggy/tree/master/foreign/cpp) is work in progress. +[C++](https://github.com/apache/iggy/tree/master/foreign/cpp) and [PHP](https://github.com/apache/iggy/tree/master/foreign/php) are work in progress. ---