server-connection-php

Installation
SKILL.md

Couchbase Server Connection — PHP

Platform-agnostic concepts (connection string formats, timeout semantics, durability, sub-document, troubleshooting): shared/server/sdk-connection-concepts.md

See templates/sdk-connection-php.php for the full standalone connection template.

Installation

pecl install couchbase
# or via composer wrapper:
composer require couchbase/couchbase

Connect

Installs
2
First Seen
Jun 18, 2026
server-connection-php — couchbaselabs/agent-skills