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 +}