PHPackages                             hmreumann/argentina-airports - 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. hmreumann/argentina-airports

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

hmreumann/argentina-airports
============================

This is a Package for Laravel to import the airports from Argentina.

v0.2.0(1mo ago)074MITPHPPHP ^8.2

Since May 30Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/hmreumann/argentina-airports)[ Packagist](https://packagist.org/packages/hmreumann/argentina-airports)[ RSS](/packages/hmreumann-argentina-airports/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (8)Versions (6)Used By (0)

Argentina Airports
==================

[](#argentina-airports)

This is a Laravel Package that imports the airports from Argentina into an airports table.

The airports data belongs to [datos.gob.ar](https://datos.gob.ar/dataset/transporte-lista-aeropuertos).

Install Guide
=============

[](#install-guide)

This package can be installed through Composer.

```
composer require hmreumann/argentina-airports

```

Add the package to the autoload key in the composer json file.

```
"autoload": {
    "psr-4": {
        ...
        "Hmreumann\\ArgentinaAirports\\": "vendor/hmreumann/argentina-airports/src/"
    }
},

```

Add the ArgentinaAirportsServiceProvider in the app.php config file.

```
/*
* Package Service Providers...
*/
\Hmreumann\ArgentinaAirports\Providers\ArgentinaAirportsServiceProvider::class,

```

Usage
=====

[](#usage)

Create the airports table.

```
php artisan migrate

```

Populate the airports table.

```
php artisan argentina-airports:import

```

Contribution Guide
==================

[](#contribution-guide)

- Feel free to contribute to this package. Any suggestion is welcome.

License
=======

[](#license)

This package is open-sourced software licensed under the [MIT license](https://opensource.org/license/mit/).

###  Health Score

42

—

FairBetter than 90% of packages

Maintenance92

Actively maintained with recent releases

Popularity10

Limited adoption so far

Community7

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

Total

5

Last Release

40d ago

### Community

Maintainers

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

---

Top Contributors

[![hmreumann](https://avatars.githubusercontent.com/u/36493144?v=4)](https://github.com/hmreumann "hmreumann (9 commits)")

### Embed Badge

![Health badge](/badges/hmreumann-argentina-airports/health.svg)

```
[![Health](https://phpackages.com/badges/hmreumann-argentina-airports/health.svg)](https://phpackages.com/packages/hmreumann-argentina-airports)
```

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[orchestra/canvas

Code Generators for Laravel Applications and Packages

21017.2M158](/packages/orchestra-canvas)[fumeapp/modeltyper

Generate TypeScript interfaces from Laravel Models

196277.9k](/packages/fumeapp-modeltyper)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)[flarum/core

Delightfully simple forum software.

211.3M1.9k](/packages/flarum-core)[zonneplan/laravel-module-loader

Module loader for Laravel

24118.4k](/packages/zonneplan-laravel-module-loader)

PHPackages © 2026

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