yonas/directory-hash-php

A standard algorithm to compute the hash of a directory and all it's files.

Maintainers

Package info

github.com/yonas/directory-hash-php

pkg:composer/yonas/directory-hash-php

Transparency log

Statistics

Installs: 1 994

Dependents: 0

Suggesters: 0

Stars: 11

Open Issues: 0

dev-master 2015-09-03 18:12 UTC

This package is not auto-updated.

Last update: 2026-07-05 04:25:52 UTC


README

A standard algorithm to compute the hash of a directory, including all it's files and directory strucutre.

Example

<?php

require 'vendor/autoload.php';

$dir = new \fizk\DirectoryHash\Standard();
echo $dir->hash();