PHPackages                             ottosmops/md5sum - 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. ottosmops/md5sum

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

ottosmops/md5sum
================

create and verifie md5sum files

v1.1.0(9y ago)135MITPHPPHP ~5.6|~7.0

Since Dec 6Pushed 7y ago1 watchersCompare

[ Source](https://github.com/ottosmops/md5sum)[ Packagist](https://packagist.org/packages/ottosmops/md5sum)[ Docs](https://github.com/ottosmops/md5sum)[ RSS](/packages/ottosmops-md5sum/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (3)Versions (4)Used By (0)

Create and verify m5sum files
=============================

[](#create-and-verify-m5sum-files)

[![Software License](https://camo.githubusercontent.com/942e017bf0672002dd32a857c95d66f28c5900ab541838c6c664442516309c8a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Latest Stable Version](https://camo.githubusercontent.com/324a06f7cebdc26f21c3d236e82af61762e8c9b9ce5c1356661cf20e6e90d33c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f56657273696f6e2d737461626c652d626c75652e7376673f666f726d61743d666c61742d737175617265)](https://packagist.org/packages/ottosmops/md5sum)[![Build Status](https://camo.githubusercontent.com/159fc7e1b3fbf139eba40942cf3ecc49568395baee4e738919d10dc90e80ff67/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6f74746f736d6f70732f6d643573756d2f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/ottosmops/md5sum)[![SensioLabsInsight](https://camo.githubusercontent.com/54292295457752b2761423ed53981417d5c5897d8dccfbd577f9af41a1ad93e6/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f32343864623862332d343936392d343863352d396136312d3963373334363833326666302f6d696e692e706e67)](https://insight.sensiolabs.com/projects/248db8b3-4969-48c5-9a61-9c7346832ff0)[![Packagist Downloads](https://camo.githubusercontent.com/9c974d7c29165fbb92c1e98c0393d700bd555e3e713dfb36945f9ebc927ee057/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6f74746f736d6f70732f6d643573756d2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ottosmops/md5sum)

\*\* This package is not maintained any longer. Me, I use the ottosmops/hash package instead \*\*

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

[](#installation)

```
composer require ottosmops/md5sum
```

Usage
-----

[](#usage)

```
use Ottosmops\Md5sum\Md5sum;

$md5 = New Md5sum();
$md5->createMd5sums($dir);
if (!$md5->verifyMd5sums($dir . 'md5sums')) {
    print_r($this->messages);
} else {
    echo  sprintf('All files in %s have correct checksums ', $md5->md5sums);
}
```

You can pass a filename to the `createMd5sums` method. The filename must be a path relative to the dir. With the third parameter you can switch off the recursive directory iterator. No subdirectories will be scanned:

```
$md5 = New Md5sums();
$md5->createMd5sums($dir, "myfilename", false);
```

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

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

Total

3

Last Release

3294d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/76f31e7e6772db47a91388ed82840fae1fa57185bb82a64924bb3839697222c2?d=identicon)[ottosmops](/maintainers/ottosmops)

---

Top Contributors

[![ottosmops](https://avatars.githubusercontent.com/u/4144389?v=4)](https://github.com/ottosmops "ottosmops (20 commits)")

---

Tags

laravelchecksumantonottosmopsmd5sum

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/ottosmops-md5sum/health.svg)

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

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M683](/packages/barryvdh-laravel-ide-helper)[interaction-design-foundation/laravel-geoip

Support for multiple Geographical Location services.

17221.0k3](/packages/interaction-design-foundation-laravel-geoip)[nedwors/navigator

A Laravel package to ease defining navigation menus

433.1k](/packages/nedwors-navigator)[xefi/faker-php-laravel

Faker php integration with laravel

1915.1k](/packages/xefi-faker-php-laravel)[dcblogdev/laravel-junie

Install pre-configured guides for Jetbrains Junie

392.5k](/packages/dcblogdev-laravel-junie)

PHPackages © 2026

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