Table of Contents
This tutorial will guide you through development of an application using PHP and Couchbase.
SQL databases and key-value stores such as Couchbase are general solutions to the web development problem of maintaining applications state across multiple systems and over time; as such they are similar, but there are many important differences. Most PHP developers are familiar with SQL databases, so the emphasis on the Couchbase implementation will be on how it differs from using SQL.