This is a REST Client setup with Symfony3.4
git clone https://github.com/raghavrach/rest-client {dir_name}
From the project root directory, run following command (Download composer.phar from https://getcomposer.org/download/)
php composer.phar install
After the installation to run the application via Symfony console:
php bin/console server:start
Navigate to http://127.0.0.1:8000/ and verify the installation is correct.