ebidtech/data-replicator
Composer 安装命令:
composer require ebidtech/data-replicator
包简介
DataReplicator
README 文档
README
Utility for replicating data to another DB.
Requirements
- PHP >= 5.3
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 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:
<?php require 'vendor/autoload.php';
Usage
Have a look on tests as example.
Contributing
See CONTRIBUTING file.
Credits
- Ebidtech developer team, data-replicator
- All contributors
License
data-replicator library is released under the MIT License. See the bundled LICENSE file for details.
统计信息
- 总下载量: 4.92k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-06-13