php-watcher icon indicating copy to clipboard operation
php-watcher copied to clipboard

Monitor for any changes in your php application and automatically restart it (suitable for async apps).

Results 7 php-watcher issues
Sort by recently updated
recently updated
newest added

Hi, thanks for this project 👋 I am trying to use this project as a lightweight alternative to `chokidar` for restarting Laravel Octane: https://laravel.com/docs/8.x/octane#watching-for-file-changes When updating a watched file, it...

It works, it does its job, it's not based on node so I can stick to PHP when developing with PHP. However, it seems to have a quite significant CPU...

if this PR is merge it will: - allow integration in symfony 6.0 projects

It seems that this library add PHP 8 support several months ago. But the latest tag support only PHP 7. Could you release a new version ?

I'm trying to install **php-watcher** within latest [composer](https://hub.docker.com/_/composer) docker with `composer require seregazhuk/php-watcher` command, but getting error: > Package seregazhuk/php-watcher has a PHP requirement incompatible with your PHP version, PHP...

- Don't use child process in default watcher - Use fswatch

I was trying to update a project that uses this tool, unfortunately, it seems to be no longer maintained and doesn't support PHP8. Can we consider this project dead since...