seregazhuk / php-watcher

Monitor for any changes in your php application and automatically restart it (suitable for async apps).
https://sergeyzhuk.me/2019/10/18/php-watcher/
389 stars 31 forks source link

Extract interface for fs watching #67

Closed seregazhuk closed 4 years ago

seregazhuk commented 4 years ago

Allows for adding additional "drivers" for filesystem monitoring.