Skip to content

Instantly share code, notes, and snippets.

@ilhamarrouf
Created July 24, 2019 15:23
Show Gist options
  • Save ilhamarrouf/599913f3a20a53488c6cf8c4a0dceb4a to your computer and use it in GitHub Desktop.
Save ilhamarrouf/599913f3a20a53488c6cf8c4a0dceb4a to your computer and use it in GitHub Desktop.
Setup Php Composer
php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
php -r "if (hash_file('sha384', 'composer-setup.php') === '48e3236262b34d30969dca3c37281b3b4bbe3221bda826ac6a9a62d6444cdb0dcd0615698a5cbe587c3f0fe57a54d8f5') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;"
php composer-setup.php --install-dir=/usr/bin --filename=composer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment