PHPackages                             sextanet/laravel-chile-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. sextanet/laravel-chile-geo

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

sextanet/laravel-chile-geo
==========================

Collection of chilean Regions with Communes

0.0.3(2mo ago)0950MITPHPPHP ^8.3CI passing

Since Jan 6Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/sextanet/laravel-chile-geo)[ Packagist](https://packagist.org/packages/sextanet/laravel-chile-geo)[ Docs](https://github.com/sextanet/laravel-chile-geo)[ GitHub Sponsors](https://github.com/SextaNet)[ RSS](/packages/sextanet-laravel-chile-geo/feed)WikiDiscussions main Synced today

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

Collection of chilean Regions with Communes
===========================================

[](#collection-of-chilean-regions-with-communes)

[![Latest Version on Packagist](https://camo.githubusercontent.com/2f23c21cfb896229b2a77e4d6892de470af64d7356ec79b54b62448ff6bbc906/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f73657874616e65742f6c61726176656c2d6368696c652d67656f2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/sextanet/laravel-chile-geo)[![GitHub Tests Action Status](https://camo.githubusercontent.com/0265ae1b5717508323f644fec76119b118a3e56abb35a9e586dad29d9660616d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f73657874616e65742f6c61726176656c2d6368696c652d67656f2f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/sextanet/laravel-chile-geo/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/718a435fd2976e9c40ec8e54c4178f2be7d706d9a68a84327cf26dad94c11a9c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f73657874616e65742f6c61726176656c2d6368696c652d67656f2f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/sextanet/laravel-chile-geo/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/6edc4716df762a23e77690f0e8a22460a1369c5ab5b54317d5f00cbf6c209420/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f73657874616e65742f6c61726176656c2d6368696c652d67656f2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/sextanet/laravel-chile-geo)

Note

Still in development. It can be unstable or change in any moment.

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

[](#installation)

You can install the package via composer:

```
composer require sextanet/laravel-chile-geo
```

Database structure
------------------

[](#database-structure)

You need to have `countries`, `regions` and `communes` tables.

Seeding the database
--------------------

[](#seeding-the-database)

Execute the command

```
php artisan chile-geo:seed
```

You can publish the config file with:

```
php artisan vendor:publish --tag="laravel-chile-geo-config"
```

This is the contents of the published config file:

```
return [
    'table_countries' => env('CHILE_GEO_TABLE_COUNTRIES', 'countries'),

    'table_regions' => env('CHILE_GEO_TABLE_REGIONS', 'regions'),

    'table_communes' => env('CHILE_GEO_TABLE_COMMUNES', 'communes'),
];
```

> If you don't have a Chile country, ChileGeo it will create it.

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

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

[](#contributing)

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

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

[](#security-vulnerabilities)

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

Credits
-------

[](#credits)

- [SextaNet](https://github.com/sextanet)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

41

—

FairBetter than 87% of packages

Maintenance83

Actively maintained with recent releases

Popularity16

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 71% 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 ~229 days

Total

3

Last Release

85d ago

PHP version history (2 changes)0.0.1PHP ^8.2

0.0.3PHP ^8.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/5f00131e3e5dda3db4f1f0498fa677591bbd94d5c7087e24dcbd851cdecd9e84?d=identicon)[sextanet](/maintainers/sextanet)

---

Top Contributors

[![sebacarrasco93](https://avatars.githubusercontent.com/u/30738997?v=4)](https://github.com/sebacarrasco93 "sebacarrasco93 (22 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (5 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (4 commits)")

---

Tags

laravelSextaNetlaravel-chile-geo

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/sextanet-laravel-chile-geo/health.svg)

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

###  Alternatives

[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M47](/packages/spatie-laravel-pdf)[codewithdennis/filament-select-tree

The multi-level select field enables you to make single selections from a predefined list of options that are organized into multiple levels or depths.

329530.5k29](/packages/codewithdennis-filament-select-tree)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[worksome/exchange

Check Exchange Rates for any currency in Laravel.

124603.0k](/packages/worksome-exchange)[tarfin-labs/event-machine

Event-driven state machines for Laravel with event sourcing, type-safe context, and full audit trail.

199.4k](/packages/tarfin-labs-event-machine)

PHPackages © 2026

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