Install the Symfony binary with Deployer Installation $ composer require setono/deployer-symfony Usage In your deploy.php file require the recipe: <?php namespace Deployer; require_once 'recipe/setono_symfony.php'; // ... This will automatically hook into the default flow of Deployer.