2017 © Pedro Peláez
 

library data-replicator

DataReplicator

image

ebidtech/data-replicator

DataReplicator

  • Monday, February 15, 2016
  • by ebidtech
  • Repository
  • 11 Watchers
  • 0 Stars
  • 4,585 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Data Replicator

Utility for replicating data to another DB., (*1)

Latest Stable Version, (*2)

Requirements

  • PHP >= 5.3

Installation

The recommended way to install is through composer., (*3)

Just create a composer.json file for your project:, (*4)

``` json { "require": { "ebidtech/data-replicator": "@stable" } }, (*5)


**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: ```bash $ curl -sS https://getcomposer.org/installer | php $ composer install

Now you can add the autoloader, and you will have access to the library:, (*6)

<?php

require 'vendor/autoload.php';

Usage

Have a look on tests as example., (*7)

Contributing

See CONTRIBUTING file., (*8)

Credits

License

data-replicator library is released under the MIT License. See the bundled LICENSE file for details., (*9)

The Versions