{
  "id": "php-redis",
  "title": "PHP client for Redis",
  "url": "https://redis.io/docs/latest/integrate/php-redis/",
  "summary": "Learn how to build with Redis and PHP",
  "tags": [
    "docs",
    "integrate",
    "oss",
    "rs",
    "rc"
  ],
  "last_updated": "2026-04-01T08:10:08-05:00",
  "children": [],
  "page_type": "content",
  "content_hash": "3b9f61fd7cdb573a72c2014d791b99aed38ad4e394f935fd4c5693f545d00383",
  "sections": [
    {
      "id": "overview",
      "title": "Overview",
      "role": "overview",
      "text": "Predis is the recommended PHP client for Redis."
    },
    {
      "id": "overview",
      "title": "Overview",
      "role": "overview",
      "text": "Predis is a flexible and feature-complete Redis client for PHP that supports Redis 2.0+ and provides a clean, object-oriented interface."
    },
    {
      "id": "key-features",
      "title": "Key Features",
      "role": "content",
      "text": "- **Pure PHP implementation**: easy Composer installation, framework integration\n- **Full Redis Support**: Complete command coverage for all Redis features\n- **Framework Integration**: Seamless integration with Laravel, Symfony, and other PHP frameworks\n- **Connection Management**: Automatic connection pooling and reconnection handling\n- **Flexible Configuration**: Customizable connection parameters and command options\n- **Error Handling**: Comprehensive exception handling for robust applications\n- **Async Support**: Non-blocking operations for high-throughput applications"
    },
    {
      "id": "getting-started",
      "title": "Getting Started",
      "role": "setup",
      "text": "Refer to the complete [Predis guide]() to install, connect, and use PHP Redis clients with detailed examples and framework integration guides."
    }
  ],
  "examples": []
}
