- PHP version 5.4.0 or greater.
# Download using wget
wget https://github.com/apple-x-co/rocket/releases/latest/download/rocket.phar
# Then test the downloaded phars
chmod u+x rocket.phar
./rocket.phar --init > ./rocket.json
./rocket.phar --info #--no-color
./rocket.phar --config ./rocket.json --verify
./rocket.phar --config ./rocket.json --notify-test
./rocket.phar --config ./rocket.json --sync dry
./rocket.phar --config ./rocket.json --git pull --sync confirm
./rocket.phar --config ./rocket.json --git pull --sync force
./rocket.phar --config ./rocket.json --sync confirm
echo "HELLO WORLD" | ./rocket.phar --config ./rocket.json --notify
./rocket.phar --upgrade