Download the PHP package phpfastcache/couchdb without Composer
On this page you can find all versions of the php package phpfastcache/couchdb. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download phpfastcache/couchdb
More information about phpfastcache/couchdb
Files in phpfastcache/couchdb
Download phpfastcache/couchdb
More information about phpfastcache/couchdb
Files in phpfastcache/couchdb
Vendor phpfastcache
Package couchdb
Short Description CouchDB Client (PhpFastCache fork)
License MIT
Homepage http://www.doctrine-project.org
Package couchdb
Short Description CouchDB Client (PhpFastCache fork)
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 Client (PhpFastCache Fork) *
Simple API that wraps around CouchDBs 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
Installation
With Composer:
{
"require": {
"PHPSocialNetwork/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:
* Due to the fact that the authors seem to have abandoned the main library, we decided to fork and maintain it for the PhpFastCache needs.
All versions of couchdb with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4
The package phpfastcache/couchdb contains the following files
Loading the files please wait ....