couchbase

pecl install couchbase

Couchbase Server PHP extension

The PHP client library provides fast access to documents stored in a Couchbase Server.

Maintainer

  • Sergey Avseyev (lead )
  • Brett Lawson (lead ) [inactive]
  • Trond Norbye (lead ) [inactive]
  • Xinchen Hui (lead ) [inactive]
  • Jan Lehnardt (lead ) [inactive]

Details

Stars: 79
Downloads: 1967957
3.0.5
3 years ago
Download DLL for processor with 64 bits architecture (x64)
PHP 7.4
Loading...
PHP 7.3
Loading...
Download DLL for processor with 32 bits architecture (x86)
PHP 7.4
Loading...
PHP 7.3
Loading...
Request a build
Request to the website owner's team the built this extension with this parameters. The result is not guaranteed and can be impossible for many reasons. The extension source code is frequently not upto date with the most recent PHP version.
If you have another code source for this extension, provide it in comment.
Please (or register) to request a build.
Version 3.0.5 change log


* PCBC-699: Add support for minimal durability settings for bucket manager
* PCBC-718: Deprecate expiry() on GetResult and LookupInResult. expiry() is deprecated in favour to expiryTime()
which returns DateTimeInterface
* PCBC-715: refactor document expiry duration
- allow to specify DateTimeInterface objects as expiry value in mutation options
- when expiration is set as long in seconds, treat the value as relative if it is less than 50 years in
seconds. In this case take current time and add to the expiration value
* PCBC-733: Add missing fields for SearchFacet results
* PCBC-720: allow to disable FTS scoring
* Support PHP 8. Drop support for PHP older than 7.2

requires:

  • php >=7.2.0
  • pearinstaller >=1.10.1