ganglio/php-watch

Watches a folder for changes and generates events accordingly

dev-master 2015-10-20 14:13 UTC

This package is not auto-updated.

Last update: 2024-09-14 18:52:49 UTC


README

Watches a folder for changes and generates events accordingly

Latest Stable Version Build Status codecov.io Code Climate Scrutinizer Code Quality License

Installation

Install via Composer (make sure you have composer in your path or in your project).

Put the following in your package.json:

{
    "require": {
        "ganglio/php-watch": "*"
    }
}

and then run composer install or just run

composer require ganglio/php-watch