PHPackages                             j4nr6n/adif - 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. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. j4nr6n/adif

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

j4nr6n/adif
===========

Read and Write ADIF formatted strings/files

v3.0.0(2y ago)0280MITPHPPHP ^8.2

Since Sep 24Pushed 2y ago1 watchersCompare

[ Source](https://github.com/j4nr6n/adif)[ Packagist](https://packagist.org/packages/j4nr6n/adif)[ Docs](https://github.com/j4nr6n/adif)[ RSS](/packages/j4nr6n-adif/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (5)Dependencies (5)Versions (6)Used By (0)

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

[](#installation)

Make sure Composer is installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

Then run

```
$ composer require j4nr6n/adif
```

Read
====

[](#read)

```
use j4nr6n/ADIF/Parser;

$data = (new Parser())->parse($adifEncodedData);
```

Write
=====

[](#write)

```
use j4nr6n/ADIF/Writer;

$data = [
    // ...
];

$adifEncodedData = (new Writer())->write($data);

// (new Writer('MyApp', '1.0'))->write($data);
```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

Established project with proven stability

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

Total

5

Last Release

931d ago

Major Versions

v1.0.2 → v2.0.02022-12-24

v2.0.0 → v3.0.02024-01-19

PHP version history (2 changes)v1.0.0PHP ^8.1

v2.0.0PHP ^8.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3661151?v=4)[Justin](/maintainers/j4nr6n)[@j4nr6n](https://github.com/j4nr6n)

---

Top Contributors

[![j4nr6n](https://avatars.githubusercontent.com/u/3661151?v=4)](https://github.com/j4nr6n "j4nr6n (7 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPsalm

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/j4nr6n-adif/health.svg)

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

###  Alternatives

[jakubledl/dissect

Lexing and parsing in pure PHP

2234.7M12](/packages/jakubledl-dissect)[sauladam/shipment-tracker

Parses tracking information for several carriers, like UPS, USPS, DHL and GLS by simply scraping the data. No need for any kind of API access.

9845.4k](/packages/sauladam-shipment-tracker)[jstewmc/rtf

Read and write Rich Text Format (RTF) documents with PHP

46164.0k6](/packages/jstewmc-rtf)[ladamalina/lingua-stem-ru

Стеммер Портера. Извлечение корня из русского слова, без словаря.

268.4k](/packages/ladamalina-lingua-stem-ru)[tcds-io/php-jackson

A lightweight, flexible object serializer for PHP, inspired by FasterXML/jackson

113.4k10](/packages/tcds-io-php-jackson)

PHPackages © 2026

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