PHPackages                             ebidtech/data-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. ebidtech/data-replicator

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

ebidtech/data-replicator
========================

DataReplicator

v1.1(10y ago)14.9kMITPHPPHP &gt;=5.3

Since Jun 17Pushed 10y ago11 watchersCompare

[ Source](https://github.com/ebidtech/data-replicator)[ Packagist](https://packagist.org/packages/ebidtech/data-replicator)[ Docs](http://github.com/ebidtech/data-replicator)[ RSS](/packages/ebidtech-data-replicator/feed)WikiDiscussions master Synced 1w ago

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

Data Replicator
===============

[](#data-replicator)

Utility for replicating data to another DB.

[![Latest Stable Version](https://camo.githubusercontent.com/d8662926ddc731bf86eb863ed7091073827cc769115c7b969f316fbc4ebc97b1/68747470733a2f2f706f7365722e707567782e6f72672f65626964746563682f646174612d7265706c696361746f722f762f737461626c652e706e67)](https://packagist.org/packages/ebidtech/data-replicator)

Requirements
------------

[](#requirements)

- PHP &gt;= 5.3

Installation
------------

[](#installation)

The recommended way to install is through composer.

Just create a `composer.json` file for your project:

```
{
    "require": {
        "ebidtech/data-replicator": "@stable"
    }
}
```

**Tip:** browse [`ebidtech/data-replicator`](https://packagist.org/packages/ebidtech/data-replicator) page to choose a stable version to use, avoid the `@stable` meta constraint.

And run these two commands to install it:

```
$ curl -sS https://getcomposer.org/installer | php
$ composer install
```

Now you can add the autoloader, and you will have access to the library:

```
