PHPackages                             cahkampung/landa-migrasi - 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. [Database &amp; ORM](/categories/database)
4. /
5. cahkampung/landa-migrasi

ActiveLibrary[Database &amp; ORM](/categories/database)

cahkampung/landa-migrasi
========================

Migrasi Database MySQL

1.0(8y ago)07.7k↓30.8%DBADPHPPHP &gt;=5.4

Since Sep 11Pushed 8y ago1 watchersCompare

[ Source](https://github.com/cahkampung052/landamigrasi)[ Packagist](https://packagist.org/packages/cahkampung/landa-migrasi)[ RSS](/packages/cahkampung-landa-migrasi/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)DependenciesVersions (3)Used By (0)

Landa DB
========

[](#landa-db)

Simple PHP Mysql Migration

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

[](#installation)

Install with [Composer](http://getcomposer.org/)

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
--------------

[](#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

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

3172d ago

Major Versions

0.1 → 1.02017-09-11

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/195414122?v=4)[agung052](/maintainers/agung052)[@agung052](https://github.com/agung052)

---

Top Contributors

[![wahyuagung26](https://avatars.githubusercontent.com/u/7872055?v=4)](https://github.com/wahyuagung26 "wahyuagung26 (6 commits)")

---

Tags

databasemysql

### Embed Badge

![Health badge](/badges/cahkampung-landa-migrasi/health.svg)

```
[![Health](https://phpackages.com/badges/cahkampung-landa-migrasi/health.svg)](https://phpackages.com/packages/cahkampung-landa-migrasi)
```

###  Alternatives

[rah/danpu

Zero-dependency MySQL dump library for easily exporting and importing databases

64401.8k10](/packages/rah-danpu)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
