PHPackages                             relaxedws/replicator - 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. relaxedws/replicator

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

relaxedws/replicator
====================

couchdb-replicator

1.4.0(7y ago)19699.5k8[1 issues](https://github.com/relaxedws/couchdb-replicator/issues)[3 PRs](https://github.com/relaxedws/couchdb-replicator/pulls)GPL-2.0+PHP

Since Dec 15Pushed 5y ago3 watchersCompare

[ Source](https://github.com/relaxedws/couchdb-replicator)[ Packagist](https://packagist.org/packages/relaxedws/replicator)[ RSS](/packages/relaxedws-replicator/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (2)Versions (15)Used By (0)

[![Build Status](https://camo.githubusercontent.com/cd5b1ae3a8bb56132ef45070d747ff103b7a555fa695a47c82275826cbc7f486/68747470733a2f2f7472617669732d63692e6f72672f72656c6178656477732f636f75636864622d7265706c696361746f722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/relaxedws/couchdb-replicator)

couchdb-replicator
==================

[](#couchdb-replicator)

CouchDB Replicator implemented with PHP

Example usage
-------------

[](#example-usage)

```
require __DIR__ . '/vendor/autoload.php';

use Doctrine\CouchDB\CouchDBClient;
use Relaxed\Replicator\ReplicationTask;
use Relaxed\Replicator\Replicator;

$source = CouchDBClient::create(['dbname' => 'source']);
$target = CouchDBClient::create(['dbname' => 'target']);

$task = new ReplicationTask();
$replicator = new Replicator($source, $target, $task);

$response = $replicator->startReplication();
```

###  Health Score

42

—

FairBetter than 88% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity43

Moderate usage in the ecosystem

Community17

Small or concentrated contributor base

Maturity71

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~128 days

Recently: every ~74 days

Total

11

Last Release

2568d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/174932faabfdc9e6af0f7a3078932d979ea08b3433312ded0372038f41fd3845?d=identicon)[dickolsson](/maintainers/dickolsson)

![](https://www.gravatar.com/avatar/c5e1d4c58e5a0769d8d352f64f95ecde92962e59a52b4ccdc88f58b139b5e950?d=identicon)[timmillwood](/maintainers/timmillwood)

![](https://www.gravatar.com/avatar/5795e095e06fbe473e720436661d279f9b300e3a51f92bf49ade21052920990e?d=identicon)[jeqq](/maintainers/jeqq)

---

Top Contributors

[![jeqq](https://avatars.githubusercontent.com/u/2793969?v=4)](https://github.com/jeqq "jeqq (38 commits)")[![Abhishek-17](https://avatars.githubusercontent.com/u/3458278?v=4)](https://github.com/Abhishek-17 "Abhishek-17 (22 commits)")[![timmillwood](https://avatars.githubusercontent.com/u/151519?v=4)](https://github.com/timmillwood "timmillwood (21 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/relaxedws-replicator/health.svg)

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

###  Alternatives

[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k117.2M118](/packages/jdorn-sql-formatter)[propel/propel1

Propel is an open-source Object-Relational Mapping (ORM) for PHP5.

8351.6M87](/packages/propel-propel1)[jfelder/oracledb

Oracle DB driver for Laravel

11518.4k](/packages/jfelder-oracledb)

PHPackages © 2026

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