Composer’ı indirip, kurmak için:
curl -sS https://getcomposer.org/installer | php
veya
php -r "readfile('https://getcomposer.org/installer');" | php
Başka bir dizin altına kurmak için:
curl -sS https://getcomposer.org/installer | php -- --install-dir=bin
Composer için özel bir isim kullanmak (default: composer.phar):
curl -sS https://getcomposer.org/installer | php -- --filename=composer
Özel bir versiyon için kurulum yapmak:
curl -sS https://getcomposer.org/installer | php -- --version=1.0.0-alpha8