PHPackages                             tipsy-aviator/aviation-report-decoder - 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. tipsy-aviator/aviation-report-decoder

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

tipsy-aviator/aviation-report-decoder
=====================================

Weather observation and forecast decoder

v1.0.3(5y ago)0154[4 issues](https://github.com/TipsyAviator/AviationReportDecoder/issues)GPL-3.0PHPPHP &gt;=5.3.0CI failing

Since Apr 29Pushed 5y ago1 watchersCompare

[ Source](https://github.com/TipsyAviator/AviationReportDecoder)[ Packagist](https://packagist.org/packages/tipsy-aviator/aviation-report-decoder)[ RSS](/packages/tipsy-aviator-aviation-report-decoder/feed)WikiDiscussions master Synced 4d ago

READMEChangelog (4)Dependencies (1)Versions (5)Used By (0)

Aviation Report Decoder
=======================

[](#aviation-report-decoder)

A PHP library to decode aviation report strings

Introduction
------------

[](#introduction)

This piece of software is a library package that provides a parser to decode raw aviation reports.

Currently Supported:

- Metar
- Taf

Requirements
------------

[](#requirements)

This library package requires PHP &gt;= 5.3

Composer [composer](http://getcomposer.org)

Setup
-----

[](#setup)

- Run the command `composer require tipsy-aviator/aviation-report-decoder:"dev-master"` in your project root
- Be sure to include the autoloader: ` require_once '/path/to/your-project/vendor/autoload.php';`
- Add the line `use ReportDecoder\ReportDecoder;` to the file you want to use the library in

Usage
-----

[](#usage)

Instantiate the decoder and launch it on a report string. The returned object is a DecodedReport object from which you can retrieve all the weather properties that have been decoded.

Example:

- Initiate decoder instance

`$decoder = new ReportDecoder();`

- Get the decoded report object

`$decoded = $decoder->getDecodedMetar($metar_raw_text);`

*OR*

`$decoded = $decoder->getDecodedTaf($taf_raw_text);`

- Example: Getting the wind speed from the decoded object.

`echo $decoded->getSurfaceWind()->getSpeed();`

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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

Total

4

Last Release

2185d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5579fe849be5a1cb5d66a8d278942fc5a7e30c3c23674b615229ce31cb2c0ed8?d=identicon)[TipsyAviator](/maintainers/TipsyAviator)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/tipsy-aviator-aviation-report-decoder/health.svg)

```
[![Health](https://phpackages.com/badges/tipsy-aviator-aviation-report-decoder/health.svg)](https://phpackages.com/packages/tipsy-aviator-aviation-report-decoder)
```

###  Alternatives

[razorpay/slack-laravel

Laravel 4 and 5 integration for the razorpay/slack package, including facades and service providers.

18375.3k1](/packages/razorpay-slack-laravel)

PHPackages © 2026

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