ganglio / php-watch
Watches a folder for changes and generates events accordingly
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/ganglio/php-watch
Requires
- php: >=5.4.0
Requires (Dev)
- phpunit/phpunit: 4.8.*
- squizlabs/php_codesniffer: 2.3.*
This package is not auto-updated.
Last update: 2025-09-28 00:18:39 UTC
README
Watches a folder for changes and generates events accordingly
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