How To install PHP Composer On Rocky Linux

Published: 03 February 2022
on channel: Quick Notepad Tutorial
157
0

Composer is a dependency manager for PHP (as npm is to Node.js or pip is to Python).

dnf install php-cli php-json php-zip wget unzip -y
curl -sS https://getcomposer.org/installer | php ; mv composer.phar /usr/local/bin/composer
chmod +x /usr/local/bin/composer ; source ~/.bashrc ; composer -v

Homepage - https://getcomposer.org/
Code - https://quicknotepadtutorial.blogspot...


Watch video How To install PHP Composer On Rocky Linux online without registration, duration hours minute second in high quality. This video was added by user Quick Notepad Tutorial 03 February 2022, don't forget to share it with your friends and acquaintances, it has been viewed on our site 15 once and liked it people.