PHPackages                             biigle/ifdo - 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. biigle/ifdo

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

biigle/ifdo
===========

iFDO Parser Package to parse and validate the iFDO JSON Schema

v1.0.1(1y ago)09.6k↑17.2%2GPL-3.0-onlyPHPPHP ^8.1CI passing

Since Apr 2Pushed 5mo ago2 watchersCompare

[ Source](https://github.com/biigle/ifdo)[ Packagist](https://packagist.org/packages/biigle/ifdo)[ Docs](https://github.com/biigle/ifdo-parser)[ RSS](/packages/biigle-ifdo/feed)WikiDiscussions main Synced yesterday

READMEChangelog (6)Dependencies (2)Versions (9)Used By (2)

PHP iFDO
========

[](#php-ifdo)

A PHP package to read and validate [iFDO v2 files](https://marine-imaging.com/fair/ifdos/iFDO-overview/).

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

[](#installation)

```
composer require biigle/ifdo

```

Usage
-----

[](#usage)

```
use Biigle\Ifdo\Ifdo;

$path = __DIR__ . '/fixtures/ifdo-test-v2.0.0.json';
$obj  = Ifdo::fromFile($path);

// print errors to console if document is no valid
$obj->setDebug(true);

// check if document is valid
$obj->isValid();

// get list of errors if there are any
$obj->getErrors();

// get full json as array
$obj->getJsonData();

// shorthands to safely access info
$obj->getImageSetHeader();
$obj->getImageSetItems();

// use strict mode trigger exceptions for invalid files
$obj = Ifdo::fromString('{"some": "json"}', true);

// get json encoded string
$obj->toString();
```

Testing
-------

[](#testing)

```
composer test
```

###  Health Score

40

—

FairBetter than 86% of packages

Maintenance56

Moderate activity, may be stable

Popularity25

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 68.8% 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 ~44 days

Recently: every ~55 days

Total

6

Last Release

603d ago

Major Versions

v0.4.0 → v1.0.02024-09-04

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2457311?v=4)[Martin Zurowietz](/maintainers/mzur)[@mzur](https://github.com/mzur)

---

Top Contributors

[![mzur](https://avatars.githubusercontent.com/u/2457311?v=4)](https://github.com/mzur "mzur (22 commits)")[![chbach](https://avatars.githubusercontent.com/u/1646184?v=4)](https://github.com/chbach "chbach (9 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")

---

Tags

biigleifdo-parser

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/biigle-ifdo/health.svg)

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

###  Alternatives

[composer/composer

Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.

29.5k196.2M3.1k](/packages/composer-composer)[wikimedia/parsoid

Parsoid, a bidirectional parser between wikitext and HTML5

187557.3k3](/packages/wikimedia-parsoid)[infection/infection

Infection is a Mutation Testing framework for PHP. The mutation adequacy score can be used to measure the effectiveness of a test set in terms of its ability to detect faults.

2.2k28.9M2.4k](/packages/infection-infection)[paycore/openfintech-data

Openfintech data

22110.1k](/packages/paycore-openfintech-data)[pantheon-systems/terminus

A command line interface for Pantheon

3391.5M18](/packages/pantheon-systems-terminus)[ergebnis/json-normalizer

Provides generic and vendor-specific normalizers for normalizing JSON documents.

8341.7M8](/packages/ergebnis-json-normalizer)

PHPackages © 2026

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