composer

A package-based dependency manager for PHP projects. More information: <https://getcomposer.org/>.

Debian Debian
RUN apt-get update && \ apt-get install -y composer
Ubuntu
RUN apt-get update && \ apt-get install -y composer
Alpine
RUN apk add composer
Arch Arch Linux
RUN pacman -S --noconfirm composer
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y composer
Fedora
RUN dnf install -y composer
Raspbian
RUN apt-get update && \ apt-get install -y composer
click the source code to copy install composer on any operating system with command-not-found.com