PHPackages                             doctrine/couchdb - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. doctrine/couchdb

AbandonedArchivedLibrary

doctrine/couchdb
================

CouchDB Client

2.0.0-alpha1(8y ago)1251.0M↑51.4%64[6 issues](https://github.com/doctrine/couchdb-client/issues)[6 PRs](https://github.com/doctrine/couchdb-client/pulls)20MITPHPPHP &gt;=5.4

Since Jul 28Pushed 3y ago10 watchersCompare

[ Source](https://github.com/doctrine/couchdb-client)[ Packagist](https://packagist.org/packages/doctrine/couchdb)[ Docs](http://www.doctrine-project.org)[ RSS](/packages/doctrine-couchdb/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (1)Versions (9)Used By (20)

Doctrine CouchDB v2.x Client
============================

[](#doctrine-couchdb-v2x-client)

[![Build Status](https://camo.githubusercontent.com/d36c704a5505cf069e1e22d4d8e7cf27eba861702ed52eb3e9df2349ffafc8fd/68747470733a2f2f7472617669732d63692e6f72672f646f637472696e652f636f75636864622d636c69656e742e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/doctrine/couchdb-client)[![StyleCI](https://camo.githubusercontent.com/7ad65a9ec56e0d742fc1e708065cfd2b20307cbff6388b9bcc94f161f7f1e32a/68747470733a2f2f7374796c6563692e696f2f7265706f732f39303830393434302f736869656c643f7374796c653d666c6174)](https://styleci.io/repos/90809440)

Simple API that wraps around CouchDBs v2.x HTTP API.

For CouchDB 1.x, please check our [release/1.0.0](https://github.com/doctrine/couchdb-client/tree/release/1.0.0) branch.

Features
--------

[](#features)

- Create, Delete, List Databases
- Create, Update, Delete Documents
- Bulk API for Creating/Updating Documents
- Find Documents by ID
- Generate UUIDs
- Design Documents
- Query `_all_docs` view
- Query Changes Feed
- Query Views
- Compaction Info and Triggering APIs
- Replication API
- Symfony Console Commands
- Find Documents using Mango Query

Installation
------------

[](#installation)

With Composer:

```
{
    "require": {
        "doctrine/couchdb": "@dev"
    }
}

```

Usage
-----

[](#usage)

### Basic Operations

[](#basic-operations)

Covering the basic CRUD Operations for databases and documents:

```
