2017 © Pedro Peláez
 

library directory-hash-php

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

image

yonas/directory-hash-php

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

  • Thursday, September 3, 2015
  • by yonas
  • Repository
  • 1 Watchers
  • 2 Stars
  • 37 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 16 % Grown

The README.md

directory-hash

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

Example

<?php

require 'vendor/autoload.php';

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

The Versions

03/09 2015

dev-master

9999999-dev https://github.com/yonas/directory-hash-php

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

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

directory hash