Deployer Download _hot_ Instant
There are two primary ways to obtain Deployer: as a standalone binary (PHAR) or as a project dependency via Composer . Option 1: PHAR Download (Recommended for Global Use)
Once downloaded, the tool offers several advanced capabilities out of the box: The Deployer Times — Deploy PHP Everywhere | Deployer deployer download
Move it to your path with mv deployer.phar /usr/local/bin/dep to use the dep command anywhere. Option 2: Composer Installation (Recommended for Teams) There are two primary ways to obtain Deployer:
Installing via Composer ensures that everyone on your team and your CI/CD pipeline uses the exact same version. composer require deployer/deployer --dev . Global Level: composer global require deployer/deployer . Execution: Use vendor/bin/dep if installed locally. Core Features of Deployer composer require deployer/deployer --dev
Downloading the .phar file is the quickest way to get started without adding dependencies to your project. Use curl -LO https://deployer.org/deployer.phar . Make Executable: Run chmod +x deployer.phar .