PHPackages                             pgodel/nmea - 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. pgodel/nmea

ActiveLibrary

pgodel/nmea
===========

Library to parse NMEA sentences

34.4kPHP

Since Dec 12Pushed 11y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

nmea
====

[](#nmea)

Library to parse [NMEA](http://en.wikipedia.org/wiki/NMEA_0183) sentences. Working in progress (WIP).

[![Build Status](https://camo.githubusercontent.com/326d12dd589359a6029e3216e08ba95c8285b8dae042d1fa52521426c5e303f5/68747470733a2f2f7472617669732d63692e6f72672f70676f64656c2f6e6d65612e7376673f6272616e63683d6d6173746572)](http://travis-ci.org/pgodel/nmea)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/4bbebbba55f51d670b310fc04450ab538df5e5586b34c5bd71f052a70e1541d6/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f70676f64656c2f6e6d65612f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/pgodel/nmea/?branch=master)

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

[](#installation)

Installation is done with [Composer](http://packagist.org/about-composer).

```
composer require pgodel/nmea

```

Usage
-----

[](#usage)

```
$sentence = new NMEA\Sentence(NMEA\DataType::GGA);

// or with Factory

$str = '$GPGGA,123519,4807.038,N,01131.000,E,1,08,0.9,545.4,M,46.9,M,,*47';
$sentence = NMEA\Sentence::factory($str);
```

Data Types
----------

[](#data-types)

### Supported Data Types

[](#supported-data-types)

- GGA
- RMC
- More to come

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/05f6e92a30f69a12acbdcd7602d53ebac895ff467d9434d5c3b37e592198b6b5?d=identicon)[pgodel](/maintainers/pgodel)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/pgodel-nmea/health.svg)

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

PHPackages © 2026

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