Registry / database / doctrine-couchdb

doctrine-couchdb

JSON →
library2.0.0-alpha1phppackagistunverified

CouchDB Client.

composer require doctrine/couchdb
INSTALL
IMPORT
SIG · DOCTRINE-COUCHDB
D
doctrine-couchdb
databasephpv2.0.0-alpha1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

CouchDBClient
✓ use Doctrine\CouchDB\CouchDBClient;

Connect to a CouchDB database and retrieve a document

use Doctrine\CouchDB\CouchDBClient; $client = CouchDBClient::create(['dbname' => 'test']); $response = $client->getDocument('doc_id');
Debug
Known issues
breakingThis package is in alpha stage and may have breaking changes.
fix
Pin to a specific version and test thoroughly.
affects: >=2.0.0-alpha1
Upgrade
Version history
2.0.0-alpha1latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources
doctrine-couchdb — pip install doctrine-couchdb · libregistry