Skip to content

Instantly share code, notes, and snippets.

@wuriyanto48
Created February 3, 2026 10:45
Show Gist options
  • Select an option

  • Save wuriyanto48/eda1e0f737125abb398906451192224b to your computer and use it in GitHub Desktop.

Select an option

Save wuriyanto48/eda1e0f737125abb398906451192224b to your computer and use it in GitHub Desktop.
Install PHP Composer Ubuntu
curl -sS https://getcomposer.org/installer | php
sudo mv composer.phar /usr/local/bin/composer
composer --version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment