rsync-like tool, working over http
This version is available directly on Ubuntu 16.04 LTS and Debian Stretch
sudo apt-get install php7.0-cli
Either install via your distribution :
sudo apt-get install composer
Or get composer directly :
- go to https://getcomposer.org/download/
- follow directions and obtain a file
composer.phar
- phpunit requires ext-dom and ext-mbstring
- coveralls requires ext-curl
And if you want to get test-coverage locally, ext-xdebug is required too.