A file alteration monitor

English | 日本語

Version 2 | Version 1

Stagehand_AlterationMonitor provides a framework to monitor any changes in the specified directories.

Features

  • Monitors for changes in the specified directories.
  • Invokes the specified callback when any changes are detected in any file or directory.

Requirements

Installation

Package Version Stability Release Date License
Stagehand_AlterationMonitor 2.0.1 stable 2012-04-12 New BSD License Release Notes

Stagehand_AlterationMonitor can be installed using Composer or PEAR. The following sections explain each installation method.

Composer

First, add the dependency to piece/stagehand-alterationmonitor into your composer.json file as the following:

1{
2    "require": {
3        "piece/stagehand-alterationmonitor": ">=2.0.0" 
4    }
5}

Second, update your dependencies as the following:

composer update

PEAR

pear channel-discover pear.piece-framework.com
pear install piece/stagehand_alterationmonitor

Documentation

Source

Browse Source Code

Browse Source Code

Git Access

git clone git://github.com/piece/stagehand-alterationmonitor.git