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)0264MITPHPPHP ^8.2

Since Sep 24Pushed 1y 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 3w 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

30

—

LowBetter than 62% of packages

Maintenance27

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

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

886d 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

[mck89/peast

Peast is PHP library that generates AST for JavaScript code

19037.7M41](/packages/mck89-peast)[karriere/json-decoder

JsonDecoder implementation that allows you to convert your JSON data into PHP class objects

140439.4k12](/packages/karriere-json-decoder)[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.

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

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

46143.1k6](/packages/jstewmc-rtf)[json-mapper/laravel-package

The JsonMapper package for Laravel

25188.9k3](/packages/json-mapper-laravel-package)[moonshine/layouts-field

Field for repeating groups of fields for MoonShine

107.9k](/packages/moonshine-layouts-field)

PHPackages © 2026

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