Skip to content

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

License

Notifications You must be signed in to change notification settings

yonas/directory-hash-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages