PHPackages                             smarek/aprs-symbols - 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. smarek/aprs-symbols

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

smarek/aprs-symbols
===================

CSS module to render APRS symbol tables, with optional JS helpers

v0.0.2(6y ago)753[2 issues](https://github.com/smarek/aprs-symbols/issues)MITCSS

Since Nov 1Pushed 5y ago2 watchersCompare

[ Source](https://github.com/smarek/aprs-symbols)[ Packagist](https://packagist.org/packages/smarek/aprs-symbols)[ RSS](/packages/smarek-aprs-symbols/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (2)DependenciesVersions (3)Used By (0)

aprs-symbols
============

[](#aprs-symbols)

CSS library with optional JS providing rendering means for APRS icons, rendering square icons of sizes 24px, 48px, 64px and 128px

Usage
-----

[](#usage)

Include the resources in your app

```

```

Plain HTML/CSS

```

```

JS helper function to get image tag string by symbol

```
// helper function returns string ""
let imageTagString = getAPRSSymbolImageTag('/[');
// helper function returns string "", ie. same symbol as above, but 64x64px size
let imageTagString = getAPRSSymbolImageTag('/[', 64);
```

JS helper function to get image tag by known address (format \[table, column, row\])

```
// helper function returns string ""
let imageTagString = getAPRSSymbolImageTagByAddress([0, 3, 10]);
// helper function returns string "", ie. same symbol as above, but 48x46px size
let imageTagString = getAPRSSymbolImageTagByAddress([0, 3, 10], 48);
```

Using symbols sprites from OH7LZB
---------------------------------

[](#using-symbols-sprites-from-oh7lzb)

PNG images used to render aprs symbols borrowed from OH7LZB repository see source

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance14

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity49

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

Total

2

Last Release

2207d ago

### Community

Maintainers

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

---

Top Contributors

[![smarek](https://avatars.githubusercontent.com/u/384824?v=4)](https://github.com/smarek "smarek (11 commits)")

---

Tags

APRS

### Embed Badge

![Health badge](/badges/smarek-aprs-symbols/health.svg)

```
[![Health](https://phpackages.com/badges/smarek-aprs-symbols/health.svg)](https://phpackages.com/packages/smarek-aprs-symbols)
```

PHPackages © 2026

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