library couchdb2
CouchDB2 php client
fabs/couchdb2
CouchDB2 php client
- Monday, May 14, 2018
- by fabsolute
- Repository
- 1 Watchers
- 2 Stars
- 569 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 2 Forks
- 0 Open issues
- 3 Versions
- 11 % Grown
CouchDB2-PHP-Client
Library that provides ways to use CouchDB2 for PHP developers., (*1)
Install
Install the library like this composer require fabs/couchdb2:dev-develop, (*2)
Quick Start
```
// Create an instance
$config = new Config('127.0.0.1', 5984, 'username', 'password');
$client = new Couch($config);, (*3)
// Get document by ID
$doc = $client
->selectDatabase('test_database')
->getDoc('some_doc_id')
->execute();, (*4)
More...
dev-develop
dev-develop
CouchDB2 php client
Sources
Download
MIT
The Requires
The Development Requires
database
couchdb
couchdb2
dev-master
9999999-dev
CouchDB2 php client
Sources
Download
MIT
The Requires
The Development Requires
database
couchdb
couchdb2
v1.3.71
1.3.71.0
CouchDB2 php client
Sources
Download
MIT
The Requires
The Development Requires
database
couchdb
couchdb2