ganglio / php-watch
Watches a folder for changes and generates events accordingly
dev-master
2015-10-20 14:13 UTC
Requires
- php: >=5.4.0
Requires (Dev)
- phpunit/phpunit: 4.8.*
- squizlabs/php_codesniffer: 2.3.*
This package is not auto-updated.
Last update: 2026-03-01 02:33:08 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