Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 248 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 248 Bytes

directory-hash

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();