#!/bin/bash 
# installation of project 
php -r "readfile('https://getcomposer.org/composer.phar');" > composer.phar
php composer.phar install --no-interaction --no-ansi --working-dir="${PWD}" --no-dev --prefer-dist --optimize-autoloader