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

Statistics

Installs: 1 979

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-05-10 03:28:15 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();