yonas/directory-hash-php

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

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

This package is not auto-updated.

Last update: 2025-09-13 23:54:35 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();