how to Install PHP Composer or Installing and setting composer

Опубликовано: 07 Ноябрь 2024
на канале: Simple solution
2,984
11

php composer maintain your project dependency. composer is one of modern way to ready project dependency developer. there is best way to install it with the video instructions
https://getcomposer.org/download/

php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
php -r "if (hash_file('SHA384', 'composer-setup.php') === '544e09ee996cdf60ece3804abc52599c22b1f40f4323403c44d44fdfdd586475ca9813a858088ffbc1f233e9b180f061') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;"
php composer-setup.php
php -r "unlink('composer-setup.php');"

composer -v
Ready composer.json

php composer.phar install


Get Packages: https://packagist.orgs