PHPackages                             valpuia/mizokhua - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. valpuia/mizokhua

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

valpuia/mizokhua
================

List of districts and villages in Mizoram

1.3.0(1mo ago)15[1 PRs](https://github.com/valpuia/mizokhua/pulls)MITPHPPHP ^8.2|^8.3|^8.4|^8.5CI passing

Since May 24Pushed 1mo ago1 watchersCompare

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

READMEChangelog (3)Dependencies (8)Versions (6)Used By (0)

List of districts and villages in Mizoram
=========================================

[](#list-of-districts-and-villages-in-mizoram)

[![Latest Version on Packagist](https://camo.githubusercontent.com/6df374882d9dfb64247d3911491a0457e59e17f686f872850a9387ef6d67c6bb/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f76616c707569612f6d697a6f6b6875612e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/valpuia/mizokhua)[![Total Downloads](https://camo.githubusercontent.com/de08df9cd526cb861c7d721e81d84e108d1bafff9eb0ad485a35f198a475d6dd/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f76616c707569612f6d697a6f6b6875612e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/valpuia/mizokhua)

Awlsam tak a Mizoram chhung a district leh khua te neih na (Easy way to get lists of district and village in Mizoram)

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

[](#installation)

You can install the package via composer:

```
composer require valpuia/mizokhua

php artisan mizokhua:install
```

`mizokhua:install` hmang hian migration files a in published nghal a chuan run nghal turin a rawn zawt ang che (After running `mizokhua:install` it published migration files and ask you to run the migration)

Seeder
------

[](#seeder)

```
php artisan mizokhua:seed
```

`mizokhua:seed` hmang hian districts leh villages te database ah a in dahlut anga, awlsam takin i application ah a hnuai ami ang hian i hmang thei ang (Using `mizokhua:seed` command it seeds districts and villages in database and you can easily use like below)

Usage
-----

[](#usage)

```
use Valpuia\Mizokhua\Models\District;
use Valpuia\Mizokhua\Models\Village;

Village::with('district')
    // ->where('district_id', 1)
    // ->where('name', 'Aibawk')
    ->get();

District::with('villages')
    // ->where('name', 'Aizawl')
    ->get();
```

TODO
----

[](#todo)

- Publish Seeders
- Publish Models

Changelog
---------

[](#changelog)

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

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

[](#security-vulnerabilities)

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

Credits
-------

[](#credits)

- [Valpuia](https://github.com/valpuia)
- [All Contributors](../../contributors)
- [LGD](https://lgdirectory.gov.in/)

License
-------

[](#license)

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

###  Health Score

45

—

FairBetter than 92% of packages

Maintenance91

Actively maintained with recent releases

Popularity5

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Total

4

Last Release

48d ago

PHP version history (3 changes)v1.0.0PHP ^8.2||^8.3

1.1.0PHP ^8.2||^8.3||^8.4

1.2.0PHP ^8.2|^8.3|^8.4|^8.5

### Community

Maintainers

![](https://www.gravatar.com/avatar/488bc4f9d08b5248f1e480c19b1c43d456dabe821458765702e656e71f234113?d=identicon)[valpuia](/maintainers/valpuia)

---

Top Contributors

[![valpuia](https://avatars.githubusercontent.com/u/28250303?v=4)](https://github.com/valpuia "valpuia (13 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (9 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (4 commits)")[![Copilot](https://avatars.githubusercontent.com/in/1143301?v=4)](https://github.com/Copilot "Copilot (1 commits)")

---

Tags

laravelValpuiamizokhuamizorammizoram districtmizoram village

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/valpuia-mizokhua/health.svg)

```
[![Health](https://phpackages.com/badges/valpuia-mizokhua/health.svg)](https://phpackages.com/packages/valpuia-mizokhua)
```

###  Alternatives

[spatie/laravel-data

Create unified resources and data transfer objects

1.7k28.9M627](/packages/spatie-laravel-data)[spatie/laravel-livewire-wizard

Build wizards using Livewire

4061.0M4](/packages/spatie-laravel-livewire-wizard)[hirethunk/verbs

An event sourcing package that feels nice.

513162.9k6](/packages/hirethunk-verbs)[worksome/exchange

Check Exchange Rates for any currency in Laravel.

123544.7k](/packages/worksome-exchange)[ralphjsmit/livewire-urls

Get the previous and current url in Livewire.

82270.3k4](/packages/ralphjsmit-livewire-urls)[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)

PHPackages © 2026

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