PHPackages                             konnco/laravel-inadiv - 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. konnco/laravel-inadiv

ActiveLibrary

konnco/laravel-inadiv
=====================

Indonesian Administrative Division ( Pembagian Administratif Indonesia, Provinsi, Kota, Kelurahan ) For Laravel

0.0.2(4y ago)13.9k↓100%MITPHPPHP ^7.4|^8.0|^9.0

Since Jun 26Pushed 4y ago1 watchersCompare

[ Source](https://github.com/konnco/laravel-inadiv)[ Packagist](https://packagist.org/packages/konnco/laravel-inadiv)[ Docs](https://github.com/konnco/laravel-inadiv)[ GitHub Sponsors](https://github.com/konnco)[ RSS](/packages/konnco-laravel-inadiv/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (15)Versions (3)Used By (0)

Indonesian Administrative Division ( Pembagian Administratif Indonesia, Provinsi, Kota, Kelurahan ) For Laravel
===============================================================================================================

[](#indonesian-administrative-division--pembagian-administratif-indonesia-provinsi-kota-kelurahan--for-laravel)

[![Latest Version on Packagist](https://camo.githubusercontent.com/3ea7e9910fd2e667b21cdb7845d2336ec2e1f81f3fa938ce268fff95ba07a6ee/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6b6f6e6e636f2f6c61726176656c2d696e616469762e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/konnco/laravel-inadiv)[![GitHub Tests Action Status](https://camo.githubusercontent.com/f275f58b3e7a54440e7bf1017deacb05429ad2608467d22d9d116281257d66d6/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6b6f6e6e636f2f6c61726176656c2d696e616469762f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/konnco/laravel-inadiv/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/009a7576552036082541368323aa9f2888a3f668aefab0c7daa5cbdf8ec0d8ac/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6b6f6e6e636f2f6c61726176656c2d696e616469762f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/konnco/laravel-inadiv/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/5281558794eac857f2d4f9c90299a0b471305937cd3a9c670a922682c7be0bb8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6b6f6e6e636f2f6c61726176656c2d696e616469762e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/konnco/laravel-inadiv)

This is package helper for Indonesian Administrative Division Area.

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

[](#installation)

You can install the package via composer:

```
composer require konnco/laravel-inadiv
```

You need to migrate the files via:

```
php artisan migrate
```

Usage
-----

[](#usage)

the usage is same as common Laravel Model, in this package there's 4 Models that you can use.

- `Konnco\Inadiv\Models\Province`
- `Konnco\Inadiv\Models\City`
- `Konnco\Inadiv\Models\District`
- `Konnco\Inadiv\Models\Subdisctict`

So if you have another function that need to included in this model, just Extend into another class.

```
use Konnco\Inadiv\Models\Province as BaseProvinceModel;

class Province extends BaseProvinceModel {
    public function yourCustomFunctionHere() {

    }
}
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Franky So](https://github.com/konnco)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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 ~239 days

Total

2

Last Release

1542d ago

PHP version history (2 changes)0.0.1PHP ^7.3|^8.0

0.0.2PHP ^7.4|^8.0|^9.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/2cc4521e9641c59a269f7ec3a670d781681e7d7be8e57be66dafd95d15304693?d=identicon)[frankyso.pg](/maintainers/frankyso.pg)

---

Top Contributors

[![frankyso](https://avatars.githubusercontent.com/u/5705520?v=4)](https://github.com/frankyso "frankyso (19 commits)")

---

Tags

area-administrasicitydesaindonesiakabupatenkotalaravelmigrationseedersubdistrictlaravelkonncolaravel-inadiv

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/konnco-laravel-inadiv/health.svg)

```
[![Health](https://phpackages.com/badges/konnco-laravel-inadiv/health.svg)](https://phpackages.com/packages/konnco-laravel-inadiv)
```

###  Alternatives

[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24149.7k](/packages/vormkracht10-laravel-mails)[spatie/laravel-prometheus

Export Laravel metrics to Prometheus

2651.3M6](/packages/spatie-laravel-prometheus)[hydrat/filament-table-layout-toggle

Filament plugin adding a toggle button to tables, allowing user to switch between Grid and Table layouts.

6292.3k1](/packages/hydrat-filament-table-layout-toggle)[scalar/laravel

Render your OpenAPI-based API reference

6183.9k2](/packages/scalar-laravel)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[musahmusah/laravel-multipayment-gateways

A Laravel Package that makes implementation of multiple payment Gateways endpoints and webhooks seamless

852.2k1](/packages/musahmusah-laravel-multipayment-gateways)

PHPackages © 2026

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