PHPackages                             httpsnader1/world - 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. [Localization &amp; i18n](/categories/localization)
4. /
5. httpsnader1/world

ActiveLibrary[Localization &amp; i18n](/categories/localization)

httpsnader1/world
=================

Laravel World Will Provide ( Continents -&gt; Countries -&gt; States -&gt; Cities -&gt; Regions ) With Relations &amp; Database &amp; Translated .

v1.0.2(7mo ago)19MITPHPPHP ^8.2

Since Oct 10Pushed 7mo agoCompare

[ Source](https://github.com/httpsnader1/world)[ Packagist](https://packagist.org/packages/httpsnader1/world)[ RSS](/packages/httpsnader1-world/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (4)Used By (0)

Laravel World Package
=====================

[](#laravel-world-package)

Laravel World Will Provide ( Continents -&gt; Countries -&gt; States -&gt; Cities -&gt; Regions ) With Relations &amp; Database &amp; Translated .

Conceptions
-----------

[](#conceptions)

There Are 6 Objects In This Package .

1. World : The Earth World .
2. Continent : 7 Continent .
3. Country : 250 Countries .
4. State : States Of Each Country .
5. City : Cities Of Each State .
6. Region : Regions Of Each City .

Setup
-----

[](#setup)

- Install Package

```
composer require httpsnader1/world
```

- Publish Files

    - Migrations

    ```
    php artisan vendor:publish --force --provider="Httpsnader1\World\WorldServiceProvider" --tag=migrations
    ```

    - Seeders

    ```
    php artisan world:publish-seeders
    ```

    - Models

    ```
    php artisan world:publish-models
    ```
- Initialize Package

```
php artisan world:init
```

Usage
-----

[](#usage)

- Get All Continent

```
use Httpsnader1\World\Models;

WorldContinent::get();
```

- Get All Countries

```
use Httpsnader1\World\Models;

WorldCountry::get();
```

Thanks
------

[](#thanks)

- [khsing/laravel-world](https://github.com/khsing/laravel-world)

About
-----

[](#about)

This Package Published Under MIT License . If You Have Any Question Or Suggestion , Please Feel Free To Submit a Issue , Or Email Me **Mohamed Nader** `httpsnader@gmail.com` Or Call Me `+201098683990`.

Have a Nice Day .

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance64

Regular maintenance activity

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity50

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

3

Last Release

220d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7f3c6321231bf8cdd98a8283922664e46a6e242251efd7eee8dbf19569547353?d=identicon)[httpsnader1](/maintainers/httpsnader1)

---

Top Contributors

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

---

Tags

laravelcountriesworldstatescitiesregionscontinents

### Embed Badge

![Health badge](/badges/httpsnader1-world/health.svg)

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

###  Alternatives

[nnjeim/world

Laravel countries, states, cities, currencies, languages and IP geolocation

970361.2k3](/packages/nnjeim-world)[pragmarx/countries-laravel

Countries for Laravel

1471.1M2](/packages/pragmarx-countries-laravel)[pharaonic/laravel-locations

Laravel - Countries\[States/Cities, Currency, Phone Code, Languages, Capital\] &amp; Continents &amp; Timezones.

102.4k1](/packages/pharaonic-laravel-locations)

PHPackages © 2026

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