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)0244↓100%MITPHPPHP ^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 1mo 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

31

—

LowBetter than 68% of packages

Maintenance29

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

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

841d 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://www.gravatar.com/avatar/66256d2f63fdde20fb49c350516d4952040299054d57dd0d60b9f2e592b6c280?d=identicon)[j4nr6n](/maintainers/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

[mtdowling/jmespath.php

Declaratively specify how to extract elements from a JSON document

2.0k472.8M135](/packages/mtdowling-jmespathphp)[opis/closure

A library that can be used to serialize closures (anonymous functions) and arbitrary data.

2.6k230.0M283](/packages/opis-closure)[masterminds/html5

An HTML5 parser and serializer.

1.8k242.8M226](/packages/masterminds-html5)[sabberworm/php-css-parser

Parser for CSS Files written in PHP

1.8k191.2M63](/packages/sabberworm-php-css-parser)[michelf/php-markdown

PHP Markdown

3.5k52.4M343](/packages/michelf-php-markdown)[jms/metadata

Class/method/property metadata management in PHP

1.8k152.8M88](/packages/jms-metadata)

PHPackages © 2026

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