Wiki: Composer can be installed by following the instructions
This process looks as follows:
nstaller | php
[/plain]
Alternatively, if you don't have cURL available on your system, it can be installed through PHP itself:
curl -sS https://getcomposer.org/installer | php
nstaller | php
[/plain]
Alternatively, if you don't have cURL available on your system, it can be installed through PHP itself:
php -r "readfile('https://getcomposer.org/installer');" | php
Leave a Comment