From 37ac7f8a2f12500c588bea40c73cb8b74fac8e1a Mon Sep 17 00:00:00 2001 From: Prateek Kumar Date: Wed, 20 May 2026 10:52:51 -0700 Subject: [PATCH] PHP: Add Valkey GLIDE PHP client to clients documentation Signed-off-by: Prateek Kumar --- clients/php/valkey-GLIDE.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 clients/php/valkey-GLIDE.json diff --git a/clients/php/valkey-GLIDE.json b/clients/php/valkey-GLIDE.json new file mode 100644 index 000000000..8d1f9e675 --- /dev/null +++ b/clients/php/valkey-GLIDE.json @@ -0,0 +1,20 @@ +{ + "name": "Valkey GLIDE PHP", + "description": "Valkey GLIDE PHP is designed for reliability, optimized performance, and high-availability, for Valkey and Redis OSS based applications. GLIDE is a multi language client library, written in Rust with programming language bindings, such as Java, node.js and Python.", + "repo":"https://github.com/valkey-io/valkey-glide-php", + "website": "https://glide.valkey.io/getting-started/quickstart/?lang=php", + "installation": "pie install valkey-io/valkey-glide-php", + "version":"v1.1.0", + "version_released":"2025-05-15", + "language":"php", + "license": "Apache-2.0", + "read_from_replica": true, + "smart_backoff_to_prevent_connection_storm": true, + "pubsub_state_restoration": true, + "cluster_scan": true, + "latency_based_read_from_replica": false, + "AZ_based_read_from_replica": true, + "client_side_caching": true, + "client_capa_redirect": false, + "persistent_connection_pool": false +}