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/
388 stars 30 forks source link

Implement custom spinner #17

Closed seregazhuk closed 4 years ago

seregazhuk commented 4 years ago

We need to decouple from alecrabbit/php-console-spinner. It has a lot of dependencies, for example under the hood it requires laravel container 6.0 and thus cannot be installed on the latest laravel version.

The logic to render a spinner is pretty simple and can be easily implemented right here inside the library.

alecrabbit commented 4 years ago

Hi @seregazhuk! It will be a pleasure for me if you'll consider to return to use my package 😃 I mean new one - alecrabbit/php-cli-snake it has literally zero dependencies, but still offers some useful features

seregazhuk commented 4 years ago

Hi @alecrabbit Thank you! That's great 👍 I'll look through it.

seregazhuk commented 4 years ago

@alecrabbit done! 👍