2017 © Pedro Peláez
 

library file-integrity-checker

File Integrity Checker for PHP applications

image

tseweb/file-integrity-checker

File Integrity Checker for PHP applications

  • Wednesday, January 4, 2017
  • by tseweb
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

File Integrity Checker

File Integrity Checker for PHP applications, (*1)

Install

Using composer:, (*2)

composer require tseweb/file-integrity-checker

Usage

<?php
$fic = new TSEWEB\FileIntegrityChecker\FileIntegrityChecker('/path/to/document/root', '/outside-document-root/file-integrity/');
$fic->exclude(array(
    './cache',
    './temp',
));
$changes = $fic->getChanges();

if ($changes!==false) {
    // Mail changes to administrator
}

The Versions

04/01 2017

dev-master

9999999-dev

File Integrity Checker for PHP applications

  Sources   Download

MIT

by Vincent Verbruggen

04/01 2017

1.0.0

1.0.0.0

File Integrity Checker for PHP applications

  Sources   Download

MIT

by Vincent Verbruggen