Download and API Reference
You can download and install the PHP SDK through either the use of PECL or a downloaded archive, depending on the version you need. Installing the PHP SDK is similar to installing many other PHP extensions.
Prerequisites
Before you install the PHP SDK, you must install the C SDK.
Current Release (2.0.2)
On any Linux platform, use PECL to download and install the couchbase module:
$ pecl install couchbase
When using Microsoft Windows, download one of the following prebuilt binaries, matching your environment because PECL does not currently support building for Windows. You also have the option of downloading the source for the SDK and building it directly.
- 2.0.2 GA CURRENT
- 2.0.1 GA
- 2.0.0 GA
Previous Releases
Previous releases are also available through PECL. On the command line, specify the specific version you want to install. As with our current releases, you can also download prebuilt binaries, listed below.
$ pecl install [email protected]
Archive Downloads
- 1.2 GA - API Reference
- 1.1 GA - API Reference