Download the PHP package relaxedws/couchdb without Composer
On this page you can find all versions of the php package relaxedws/couchdb. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download relaxedws/couchdb
More information about relaxedws/couchdb
Files in relaxedws/couchdb
Download relaxedws/couchdb
More information about relaxedws/couchdb
Files in relaxedws/couchdb
Vendor relaxedws
Package couchdb
Short Description CouchDB Client
License MIT
Homepage http://www.doctrine-project.org
Package couchdb
Short Description CouchDB Client
License MIT
Homepage http://www.doctrine-project.org
Keywords persistencecouchdb
Please rate this library. Is it a good library?
Informations about the package couchdb
Doctrine CouchDB v2.x Client
Simple API that wraps around CouchDBs v2.x HTTP API.
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
With Composer:
{
"require": {
"doctrine/couchdb": "@dev"
}
}
Usage
Basic Operations
Covering the basic CRUD Operations for databases and documents:
Views
A simple example demonstrating how to create views and query them:
All versions of couchdb with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4
The package relaxedws/couchdb contains the following files
Loading the files please wait ....