PHPackages                             typomedia/fciv - 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. typomedia/fciv

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

typomedia/fciv
==============

File Checksum Integrity Verifier

7.4.0(1mo ago)01.4k↓50%MITPHPPHP &gt;=8.2

Since Oct 12Pushed 6mo ago1 watchersCompare

[ Source](https://github.com/typomedia/fciv)[ Packagist](https://packagist.org/packages/typomedia/fciv)[ RSS](/packages/typomedia-fciv/feed)WikiDiscussions dev Synced 1mo ago

READMEChangelog (5)Dependencies (14)Versions (8)Used By (0)

File Checksum Integrity Verifier
================================

[](#file-checksum-integrity-verifier)

[FCIV](https://archive.org/details/FCIV_v2_05) compatible lib for hash and verify files.

The Library is [PSR-1](https://www.php-fig.org/psr/psr-1/), [PSR-4](https://www.php-fig.org/psr/psr-4/), [PSR-12](https://www.php-fig.org/psr/psr-12/) compliant.

**Unit Tests have a Code Coverage of 100%!**

Compatibility
-------------

[](#compatibility)

- Windows
- POSIX (Linux, macOS, BSD, Solaris, etc.)

This library is fully compatible with `fciv.exe` v2.05.

Requirements
------------

[](#requirements)

- `>= PHP 7.4`

Dependencies
------------

[](#dependencies)

- `none`

Install
-------

[](#install)

```
composer require typomedia/fciv

```

Usage
-----

[](#usage)

### Verifier

[](#verifier)

```
use Typomedia\Fciv\Verifier\Verifier;
/**
 * @param string $algo md5, sha1, both
 * @param int|null $seconds timeout in seconds
 */
$verifier = new Verifier();
$result = $verifier->verify(file_get_contents('fciv.xml')); // Options: string $data, $exclude = [], $path = null
```

### Hasher

[](#hasher)

```
use Typomedia\Fciv\Hasher\Hasher;
/**
 * @param string $algo md5, sha1, both
 * @param array $types file name patterns to include
 * @param int|null $seconds timeout in seconds
 */
$hasher = new Hasher(); // Options: string $algo = 'md5|sha1|both', array $types = []
$hasher->setEntries('src'); // Options: string $path, array $exclude = []
$result = $hasher->getResult();
```

Test
----

[](#test)

```
composer test

```

###  Health Score

45

—

FairBetter than 93% of packages

Maintenance76

Regular maintenance activity

Popularity20

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

Recently: every ~232 days

Total

7

Last Release

54d ago

Major Versions

4.4.0 → 5.4.02022-10-12

5.4.0 → 6.3.02023-09-11

6.3.0 → 54.x-dev2025-10-28

5.4.1 → 6.3.12025-10-28

6.3.1 → 7.4.02026-03-26

PHP version history (3 changes)4.4.0PHP &gt;=7.1

6.3.0PHP &gt;=7.4

7.4.0PHP &gt;=8.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5276515?v=4)[Philipp Speck](/maintainers/typomedia)[@typomedia](https://github.com/typomedia)

---

Top Contributors

[![typomedia](https://avatars.githubusercontent.com/u/5276515?v=4)](https://github.com/typomedia "typomedia (48 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/typomedia-fciv/health.svg)

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

###  Alternatives

[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[api-platform/symfony

Symfony API Platform integration

323.2M67](/packages/api-platform-symfony)[solspace/craft-freeform

The most flexible and user-friendly form building plugin!

52664.9k12](/packages/solspace-craft-freeform)[hirethunk/verbs

An event sourcing package that feels nice.

513162.9k6](/packages/hirethunk-verbs)[cognesy/instructor-php

The complete AI toolkit for PHP: unified LLM API, structured outputs, agents, and coding agent control

310107.9k1](/packages/cognesy-instructor-php)

PHPackages © 2026

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