We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Please follow the Requirements to install required packages in the specific operating system.
To make composer running perfectly, it should ensure that the system-wide PHP runtime has following extensions and commands:
composer
xml
zip
curl
mbstring
unzip
It can use the php -m and which commands to check whether above requirements are installed and configured:
php -m
which
root@ubuntu-s-4vcpu-8gb-intel-sgp1-01:~/phpbrew# php -m | grep -i -E "xml|curl|zip|mbstring" curl libxml mbstring SimpleXML xml xmlreader xmlwriter zip root@ubuntu-s-4vcpu-8gb-intel-sgp1-01:~/phpbrew# which unzip /usr/bin/unzip
git clone https://github.com/phpbrew/phpbrew
master
composer.phar
curl -sS https://getcomposer.org/installer | php
cd phpbrew/
php ~/composer.phar install -n
./bin/phpbrew init