PHPackages                             fabs/couchdb2 - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. fabs/couchdb2

ActiveLibrary[Database &amp; ORM](/categories/database)

fabs/couchdb2
=============

CouchDB2 php client

v1.1.0(7y ago)37222[1 issues](https://github.com/Fabsolute/CouchDB2-PHP-Client/issues)MITPHPPHP ^7.0

Since Sep 24Pushed 6y ago1 watchersCompare

[ Source](https://github.com/Fabsolute/CouchDB2-PHP-Client)[ Packagist](https://packagist.org/packages/fabs/couchdb2)[ RSS](/packages/fabs-couchdb2/feed)WikiDiscussions master Synced yesterday

READMEChangelog (3)Dependencies (6)Versions (5)Used By (0)

CouchDB2-PHP-Client
===================

[](#couchdb2-php-client)

Library that provides ways to use CouchDB2 for PHP developers.

Install
-------

[](#install)

Install the library like this `composer require fabs/couchdb2:dev-develop`

Quick Start
-----------

[](#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...

```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 71.1% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~3 days

Total

3

Last Release

2831d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/11666659?v=4)[Ahmet Türk](/maintainers/fabsolute)[@Fabsolute](https://github.com/Fabsolute)

---

Top Contributors

[![Fabsolute](https://avatars.githubusercontent.com/u/11666659?v=4)](https://github.com/Fabsolute "Fabsolute (91 commits)")[![necipallef](https://avatars.githubusercontent.com/u/11958773?v=4)](https://github.com/necipallef "necipallef (36 commits)")[![omerkocaoglu](https://avatars.githubusercontent.com/u/29660210?v=4)](https://github.com/omerkocaoglu "omerkocaoglu (1 commits)")

---

Tags

databasecouchdbcouchdb2

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/fabs-couchdb2/health.svg)

```
[![Health](https://phpackages.com/badges/fabs-couchdb2/health.svg)](https://phpackages.com/packages/fabs-couchdb2)
```

###  Alternatives

[kreait/firebase-php

Firebase Admin SDK

2.4k42.7M84](/packages/kreait-firebase-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k34](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[laravel-clickhouse/laravel-clickhouse

A ClickHouse based Eloquent model and Query builder for Laravel

20615.6k](/packages/laravel-clickhouse-laravel-clickhouse)[aternus/geonames-client

GeoNames API Client

35222.8k2](/packages/aternus-geonames-client)[gearbox-solutions/eloquent-filemaker

A package for getting FileMaker records as Eloquent models in Laravel

6660.4k2](/packages/gearbox-solutions-eloquent-filemaker)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
