/php-watch

Watches for filesystem changes triggering events accordingly

Primary LanguagePHP

PHP Watch

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