cahkampung/landa-migrasi
最新稳定版本:1.0
Composer 安装命令:
composer require cahkampung/landa-migrasi
包简介
Migrasi Database MySQL
关键字:
README 文档
README
Simple PHP Mysql Migration
Installation
Install with Composer
Add cahkampung/landa-db to require in composer.json
"require": { "cahkampung/landa-db": "^1.0" },
or run in terminal
composer require cahkampung/landa-migrasi
Run composer install
Example To Use
After add landa-migrasi, create php file with name index.php :
use Cahkampung\Migrasi;
require 'vendor/autoload.php';
$db_setting = [
"host" => "localhost",
"username" => "root",
"password" => "qwerty",
"database" => "landa_sampang_pengajuan",
"path" => "migrasi",
];
$migrasi = new Migrasi($db_setting);
$migrasi->migrasi();
Run index.php
统计信息
- 总下载量: 7.12k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: DBAD
- 更新时间: 2017-09-11