PHPackages                             ahrasel/laravel-bangladesh-geo - 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. ahrasel/laravel-bangladesh-geo

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

ahrasel/laravel-bangladesh-geo
==============================

A library for handling Bangladesh geographical locations in Laravel.

01PHP

Since Sep 25Pushed 1y ago1 watchersCompare

[ Source](https://github.com/ahrasel/laravel-bangladesh-geo)[ Packagist](https://packagist.org/packages/ahrasel/laravel-bangladesh-geo)[ RSS](/packages/ahrasel-laravel-bangladesh-geo/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Bangladesh Geo
==============

[](#bangladesh-geo)

A Laravel package for managing geo-locations in Bangladesh, including a predefined list of divisions, districts, upazilas and unions.

Author
------

[](#author)

- **MD Amanullah Hoque** - [Github](https://github.com/ahrasel)

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

[](#installation)

You can install the package via Composer. Run the following command in your Laravel project:

```
composer require ahrasel/bangladesh-geo
```

Service Provider
----------------

[](#service-provider)

If you're using Laravel 5.4 or lower, you need to register the service provider. Add the following line to the `providers` array in `config/app.php`:

```
Ahrasel\BangladeshGeo\BangladeshGeoServiceProvider::class,
```

Migration
---------

[](#migration)

The package includes a migration for the all table. To run the migration, use the following Artisan command:

```
php artisan migrate
```

Seeder
------

[](#seeder)

You can seed the all table with predefined data by running the following command:

```
php artisan db:seed --class=Ahrasel\\BangladeshGeo\\Database\\Seeders\\DistrictsSeeder
```

Usage
-----

[](#usage)

You can interact with the `District` model as follows:

```
use Ahrasel\BangladeshGeo\Models\District;
$district = District::create(['name' => 'New District']);
```

License
-------

[](#license)

This package is licensed under the MIT License. See the [LICENSE](LICENSE) file for more information.

Acknowledgements
----------------

[](#acknowledgements)

- **Laravel** - The PHP framework that powers this package.
- **Packagist** - For hosting our package.

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance29

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity17

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/d25379c34c9c603d9d447c28acd9a3e62b455cd05a3fa511c1ecbe6e567cb7ba?d=identicon)[ahrasel](/maintainers/ahrasel)

---

Top Contributors

[![ahrasel](https://avatars.githubusercontent.com/u/12865001?v=4)](https://github.com/ahrasel "ahrasel (3 commits)")

### Embed Badge

![Health badge](/badges/ahrasel-laravel-bangladesh-geo/health.svg)

```
[![Health](https://phpackages.com/badges/ahrasel-laravel-bangladesh-geo/health.svg)](https://phpackages.com/packages/ahrasel-laravel-bangladesh-geo)
```

###  Alternatives

[spatie/laravel-prefixed-ids

Friendly prefixed IDs for Laravel models

175177.5k1](/packages/spatie-laravel-prefixed-ids)[tapp/laravel-airtable

Laravel Airtable SDK

113229.1k](/packages/tapp-laravel-airtable)[codeigniter4/tasks

Task Scheduler for CodeIgniter 4

117149.1k1](/packages/codeigniter4-tasks)[napp/xray-laravel

AWS X-Ray for Laravel applications.

61407.3k](/packages/napp-xray-laravel)[derhansen/sf_event_mgt

Configurable event management and registration extension based on ExtBase and Fluid

64313.9k6](/packages/derhansen-sf-event-mgt)[superlatif/nova-tag-input

Tag input field for Laravel Nova.

13278.8k4](/packages/superlatif-nova-tag-input)

PHPackages © 2026

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