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(3mo ago)11.9k↑200%MITPHPPHP &gt;=8.2

Since Oct 12Pushed 3mo ago1 watchersCompare

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

READMEChangelog (6)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 8.2`

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

47

—

FairBetter than 93% of packages

Maintenance81

Actively maintained with recent releases

Popularity22

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

101d 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 (49 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

[api-platform/symfony

Symfony API Platform integration

384.5M129](/packages/api-platform-symfony)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.9M737](/packages/sylius-sylius)[solspace/craft-freeform

The most flexible and user-friendly form building plugin!

54681.3k19](/packages/solspace-craft-freeform)[pimcore/pimcore

Content &amp; Product Management Framework (CMS/PIM/E-Commerce)

3.8k3.8M508](/packages/pimcore-pimcore)[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M577](/packages/shopware-core)

PHPackages © 2026

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