SyntaxFix
Write A Post
Hire A Developer
Questions
You can do
curl -sS https://getcomposer.org/installer | php
The -sS flag meaning don't show progress, do show errors
and then
php composer.phar install
from: How do I get cURL to not show the progress bar?
https://packagist.org/