PHPackages                             golded-dev/laravel-ftn-jam - 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. golded-dev/laravel-ftn-jam

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

golded-dev/laravel-ftn-jam
==========================

FTN JAM message-base reader.

v1.1.0(1mo ago)023[2 PRs](https://github.com/golded-dev/laravel-ftn-jam/pulls)MITPHPPHP ^8.4CI failing

Since Apr 25Pushed 6d agoCompare

[ Source](https://github.com/golded-dev/laravel-ftn-jam)[ Packagist](https://packagist.org/packages/golded-dev/laravel-ftn-jam)[ Docs](https://github.com/golded-dev/laravel-ftn-jam)[ RSS](/packages/golded-dev-laravel-ftn-jam/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (6)Versions (5)Used By (0)

laravel-ftn-jam
===============

[](#laravel-ftn-jam)

JAM message-base reader for `golded-dev/laravel-ftn`.

This package reads JAM `.JHR` and `.JDT` files and yields `ParsedMessage` objects. It does not write JAM files, repair broken message bases, index areas, or pretend FidoNet history was a tidy little spreadsheet.

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

[](#installation)

```
composer require golded-dev/laravel-ftn-jam:^1.0
```

PHP 8.4 or newer is required.

Usage
-----

[](#usage)

Pass the JAM base path without an extension:

```
use Golded\Ftn\Jam\JamReader;

$reader = new JamReader();

foreach ($reader->read('/path/to/message-base/jtest1') as $message) {
    echo $message->subject.PHP_EOL;
}
```

The reader looks for `.jhr` or `.JHR` and `.jdt` or `.JDT` next to the base path. Missing or unreadable files produce an empty result.

Laravel
-------

[](#laravel)

There is no service provider, config file, facade, command, migration, or queue integration. This is a plain PHP reader that fits into Laravel projects because the shared FTN package provides the contracts and value objects.

Development
-----------

[](#development)

```
composer install
composer test
composer test:types
composer test:refactor
composer test:all
```

The test fixture in `tests/Fixtures/jam` is intentionally committed so the package can test itself in CI.

Versioning
----------

[](#versioning)

Versions come from Git tags. Do not add a `version` field to `composer.json`.

Contributing
------------

[](#contributing)

Keep the public API small. Add tests with real JAM data when parser behavior changes. If a change needs a fixture, keep it focused and explain why it belongs in the repo.

Security
--------

[](#security)

Report security issues through GitHub Security Advisories:

Changelog
---------

[](#changelog)

See [CHANGELOG.md](CHANGELOG.md).

License
-------

[](#license)

MIT. See [LICENSE](LICENSE).

###  Health Score

44

—

FairBetter than 90% of packages

Maintenance96

Actively maintained with recent releases

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity54

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

Total

2

Last Release

41d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/10bbe1cbea253f250b899d5704fbe59fc91ee40b14c017527409482187f365a1?d=identicon)[odinns](/maintainers/odinns)

---

Top Contributors

[![odinns](https://avatars.githubusercontent.com/u/10807424?v=4)](https://github.com/odinns "odinns (6 commits)")

---

Tags

laraveljamfidonetftnmessage-base

###  Code Quality

TestsPest

Static AnalysisPHPStan, Rector

Type Coverage Yes

### Embed Badge

![Health badge](/badges/golded-dev-laravel-ftn-jam/health.svg)

```
[![Health](https://phpackages.com/badges/golded-dev-laravel-ftn-jam/health.svg)](https://phpackages.com/packages/golded-dev-laravel-ftn-jam)
```

###  Alternatives

[stephenjude/filament-blog

Filament Blog Builder

20518.8k](/packages/stephenjude-filament-blog)[datomatic/nova-detached-actions

A Laravel Nova tool to allow for placing actions in the Nova toolbar detached from the checkbox selection mechanism.

12258.1k](/packages/datomatic-nova-detached-actions)

PHPackages © 2026

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