Download the PHP package fabs/couchdb2 without Composer
On this page you can find all versions of the php package fabs/couchdb2. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download fabs/couchdb2
More information about fabs/couchdb2
Files in fabs/couchdb2
Download fabs/couchdb2
More information about fabs/couchdb2
Files in fabs/couchdb2
Please rate this library. Is it a good library?
Informations about the package couchdb2
CouchDB2-PHP-Client
Library that provides ways to use CouchDB2 for PHP developers.
Install
Install the library like this composer require fabs/couchdb2:dev-develop
Quick Start
// Create an instance
$config = new Config('127.0.0.1', 5984, 'username', 'password');
$client = new Couch($config);
// Get document by ID
$doc = $client
->selectDatabase('test_database')
->getDoc('some_doc_id')
->execute();
## More...
All versions of couchdb2 with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.0
fabs/serialize Version ^1.0
guzzlehttp/guzzle Version ~6.0
fabstract/datetime-handler Version ^0.1.2
fabstract/linq Version ^0.1.0
fabstract/assert Version ^0.1.4
fabs/serialize Version ^1.0
guzzlehttp/guzzle Version ~6.0
fabstract/datetime-handler Version ^0.1.2
fabstract/linq Version ^0.1.0
fabstract/assert Version ^0.1.4
The package fabs/couchdb2 contains the following files
Loading the files please wait ....