Tag: PHP SDK

Improved SDK Authentication Methods – Couchbase 5.0

Improved SDK Authentication Methods – Couchbase 5.0

Couchbase Server 5.0 delivers some great new authentication features that require some minor changes to your client connection code.  The specific changes to the SDK are outlined in this post and also refer to changes made in the pre-release April Developer Build as...

Tyler Mitchell May 1, 2017
Data Structures: Native Collections New in Couchbase 4.6

Data Structures: Native Collections New in Couchbase 4.6

Data Structures in Couchbase 4.6 is our newest time-saving SDK feature.  These allow your client applications to easily map your array-based JSON data into language specific structures. Leveraging native collections support in Couchbase will save you time and hassle: Easily map JSON...

Tyler Mitchell February 16, 2017
Annoucing PHP SDK 2.2 beta

Annoucing PHP SDK 2.2 beta

Recently we released Beta version of PHP SDK 2.1. Among other improvements it has support of PHP version 7. We plan to release one more version before GA, which will provide support for new features of the upcoming server release. Until...

Introducing the Couchbase PHP Library 1.0

Introducing the Couchbase PHP Library 1.0

A New World We are releasing Couchbase Server 1.8 today and with it a complete rewrite of our PHP SDK. This is all good news: We beefed up the internals significantly while keeping the API compatible with previous releases. Yay!...

Jan Lehnardt December 16, 2014
Understanding group_level in View Queries with Compound Keys

Understanding group_level in View Queries with Compound Keys

Querying Views is what views are all about. Our documentation is great and can be found here: http://www.couchbase.com/docs/couchbase-manual-2.0/couchbase-views.html Compound Keys Just to illustrate how group level works, let’s use a Map function that sorts users by the latest login timestamp, converting...

The Couchbase Team December 16, 2014
Understanding Letter Ordering in View Queries

Understanding Letter Ordering in View Queries

Map/Reduce Views are an important part of Couchbase 2.0 and understanding how to query them is also important. Our documentation is great and can be found here: http://www.couchbase.com/docs/couchbase-manual-2.0/couchbase-views.html One of the subtleties is understanding Unicode Collation ordering of letters which is...

The Couchbase Team December 16, 2014
10 Things Developers Should Know about Couchbase

10 Things Developers Should Know about Couchbase

As a developer, I’ve been using Couchbase Server for couple of months now and I love it. Having written several apps myself, I’ve come to learn many (but not all) of the ins-and-outs of Couchbase. To be a good Couchbase...