2017 © Pedro Peláez
 

library landa-migrasi

Migrasi Database MySQL

image

cahkampung/landa-migrasi

Migrasi Database MySQL

  • Monday, September 11, 2017
  • by agung052
  • Repository
  • 1 Watchers
  • 0 Stars
  • 267 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 11 % Grown

The README.md

Landa DB

Simple PHP Mysql Migration, (*1)

Installation

Install with Composer, (*2)

Add cahkampung/landa-db to require in composer.json, (*3)

"require": { "cahkampung/landa-db": "^1.0" },, (*4)

or run in terminal, (*5)

composer require cahkampung/landa-migrasi, (*6)

Run composer install, (*7)

Example To Use

After add landa-migrasi, create php file with name index.php :, (*8)

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, (*9)

The Versions

11/09 2017

dev-master

9999999-dev

Migrasi Database MySQL

  Sources   Download

dbad

The Requires

  • php >=5.4

 

by Wahyu Agung Tribawono

database mysql

11/09 2017

1.0

1.0.0.0

Migrasi Database MySQL

  Sources   Download

dbad

The Requires

  • php >=5.4

 

by Wahyu Agung Tribawono

database mysql

11/09 2017

0.1

0.1.0.0

Migrasi Database MySQL

  Sources   Download

dbad

The Requires

  • php >=5.4

 

by Wahyu Agung Tribawono

database mysql