PHPackages                             f2re/aero - 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. f2re/aero

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

f2re/aero
=========

Plugin for chart sounding aero data

0.1(6y ago)05MITPHPPHP ^7.1

Since Dec 8Pushed 6y ago1 watchersCompare

[ Source](https://github.com/f2re/aero-package)[ Packagist](https://packagist.org/packages/f2re/aero)[ RSS](/packages/f2re-aero/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

[![Latest Stable Version](https://camo.githubusercontent.com/0a2092d2a33b7276e2654cdcdbbcf0dcfec524e176deda67aa202eeec411db1d/68747470733a2f2f706f7365722e707567782e6f72672f663272652f6165726f2f762f737461626c65)](https://packagist.org/packages/f2re/aero)[![Latest Unstable Version](https://camo.githubusercontent.com/3b1fae6164864041dde6679af3d0f5450cae175b239b1cac78232444728e90d7/68747470733a2f2f706f7365722e707567782e6f72672f663272652f6165726f2f762f756e737461626c65)](https://packagist.org/packages/f2re/aero)[![License](https://camo.githubusercontent.com/99601f3960ce8f72f53cf559f00b385ba9f64bdcd27ea323719ae18b9b52c9cb/68747470733a2f2f706f7365722e707567782e6f72672f663272652f6165726f2f6c6963656e7365)](https://packagist.org/packages/f2re/aero)

aero-package
============

[](#aero-package)

Package for Laravel. Chart aero sounding data

Installation
============

[](#installation)

You may install package via Composer

```
composer require f2re/aero

```

Routes
======

[](#routes)

Package has some routes:

```
  Route::get('/aero', 'F2re\Aero\Controllers\AeroController@index');
  Route::get('/aero/{stantion}', 'F2re\Aero\Controllers\AeroController@bystantion');

```

How to use
==========

[](#how-to-use)

All available stations accesible on url: **/aero** in JSON format:

```
{
  "stantions": {
    "10035": {
      "id": "10035",
      "name": "Шлесвиг",
      "name_en": "Schleswig",
      "country": "Германия",
      "lat": "54,52",
      "lon": "9,54"
    },
    "10113": {
      "id": "10113",
      "name": "Норденой",
      "name_en": "Norderney",
      "country": "Германия",
      "lat": "53,71",
      "lon": "7,15"
    },
    ...
}
```

To get aerologic diagramm you can do request to url **/aero/{stantion.id}**, where `{stantion.id}` is number of station. The response in JSON format will be:

```
{
  "path": "/png/10035-2019-12-08-12.png"
}
```

Data providers
==============

[](#data-providers)

If you want to chge data sources of codes, you may implements class `F2re\Aero\AeroDataProvider`. Now sounding data downloads from ****.

Charts
======

[](#charts)

You can set up chart by reoder functions in `F2re\Aero\Controllers\AeroController` controller. Function `getchart()` include draw order pipeline:

```
$drawer->init()
     ->drawInversions()
     ->drawSost()
     ->drawTemp()
     ->drawIsoterm()
     ->drawWind()
     ->drawEnegry()
     ->drawUK()
     ->drawClouds()
     ->drawIndexes()
     ->saveImage();
```

This pipeline generate this chart: [![Vologda chart](https://camo.githubusercontent.com/2b62d320da61c6db37b069bc88f5699b81541a23f2f9ffa95ed62a6806680be7/687474703a2f2f6976616e663272652e746d7765622e72752f706e672f32373033382d323031392d31322d30382d31322e706e67)](https://camo.githubusercontent.com/2b62d320da61c6db37b069bc88f5699b81541a23f2f9ffa95ed62a6806680be7/687474703a2f2f6976616e663272652e746d7765622e72752f706e672f32373033382d323031392d31322d30382d31322e706e67)

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity42

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

Unknown

Total

1

Last Release

2348d ago

### Community

Maintainers

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

---

Top Contributors

[![f2re](https://avatars.githubusercontent.com/u/9370823?v=4)](https://github.com/f2re "f2re (5 commits)")

### Embed Badge

![Health badge](/badges/f2re-aero/health.svg)

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

###  Alternatives

[codeconsortium/ccdn-forum-bundle

CCDN Forum Bundle

6015.4k1](/packages/codeconsortium-ccdn-forum-bundle)[samsara/fermat

A library providing math and statistics operations for numbers of arbitrary size.

653.1k3](/packages/samsara-fermat)[gabrielanhaia/laravel-circuit-breaker

Laravel integration for PHP Circuit Breaker — multiple storage drivers, middleware, Artisan commands, and event system

481.0k](/packages/gabrielanhaia-laravel-circuit-breaker)

PHPackages © 2026

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