Why is PHP Composer so slow when all I do is init a project with zero dependencies? Here are the commands I run:
composer init
In case, If you have deleted your composer.lock file, and then gone for composer install it gets too slow to download dependencies. If this is the case, use composer update command and then it may help you or others.
composer install
composer update