# Installer deployer avec Homebrew, Nix, chocolatey, MacPorts, scoop

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de deployer pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:deployer
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install deployer
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install dep
```

  Preuve: MacPorts ports tree: devel/dep/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#deployer
```

  Preuve: nixpkgs package indexes: pkgs/by-name/de/deployer/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

### Windows

- Chocolatey (92%):

```sh
choco install dep
```

  Preuve: Chocolatey community package catalog: dep from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','deezer'

- Scoop (92%):

```sh
scoop install main/dep
```

  Preuve: Scoop official bucket manifest trees: bucket/dep.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

## Faits du paquet

- **Clé du paquet:** brew:deployer
- **Gestionnaire de paquets:** Homebrew
- **Version:** 8.0.5
- **Résumé source:** Deployment tool written in PHP with support for popular frameworks
- **Page d'accueil:** <https://deployer.org/>
- **Dépôt:** <https://github.com/deployphp/deployer>
- **Dernière mise à jour:** 2026-05-18T20:00:47Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- dep (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 8.0.5
## Historique du projet et usages

Deployer is a PHP deployment CLI focused on repeatable application releases, provisioning, framework recipes, and zero-downtime deployment patterns. It gives PHP projects a programmable deployment file and a `dep` command instead of a pile of shell snippets.

### Historique du projet

The official deployphp/deployer repository was created in 2013. Its README presents Deployer as a PHP deployment tool with built-in support for popular frameworks, automatic server provisioning, zero-downtime deployments, and ready-to-use recipes.

The versioned documentation shows the modern workflow: install Deployer, run `dep init`, and answer prompts to create `deploy.php` or `deploy.yaml` with hosts, tasks, and imported recipes.

### Historique d'adoption

Deployer spread through PHP application teams because it matched the shape of PHP projects: a Composer-installable tool, framework recipes, SSH-based hosts, and recipes that can be kept near application code. Its Homebrew, MacPorts, Scoop, Chocolatey, and Nix packaging made the `dep` binary convenient outside pure Composer installs.

### Modes d'utilisation

A typical project keeps a `deploy.php` or `deploy.yaml` recipe in the repository, defines hosts and `deploy_path`, and runs `dep deploy`. The docs recommend keeping SSH identity details in `~/.ssh/config`, while the tool manages release directories, shared files, current symlinks, rollback-oriented release history, and custom tasks.

### Pourquoi les passionnés de paquets s'y intéressent

For package nerds, Deployer is a good example of deployment logic packaged as a language-native CLI. It sits between Composer, SSH, framework conventions, and release directory layouts, showing how packaging culture can turn an operations pattern into a reusable command.

### Chronologie

- 2013: Official deployphp/deployer repository created.
- 2026: Current documentation centers on Deployer 8.x.
- 2026: Getting-started docs document `deploy.php` and `deploy.yaml` recipe generation.

### Related projects

- Related official resources include Deployer recipes, the Deployer GitHub Action, and the deployphp/deployer Docker image.

### Sources

- <https://github.com/deployphp/deployer#readme>
- <https://deployer.org/docs/8.x/getting-started>
- <https://api.github.com/repos/deployphp/deployer>


## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour deployer. Les métadonnées de paquet Nucleus restent publiées ici afin que la couverture future dispose d'une URL stable.



## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: deploy.php, deploy.yaml

## Credential files

- Unix: ~/.ssh/config, ~/.ssh/id_rsa
## Autres enregistrements de gestionnaires de paquets

- Nix - deployer: normalized package name match | nixpkgs package indexes: pkgs/by-name/de/deployer/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- MacPorts - dep: installed executable or alias match | MacPorts ports tree: devel/dep/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Chocolatey - dep: installed executable or alias match | Chocolatey community package catalog: dep from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','deezer'
- Scoop - main/dep: installed executable or alias match | Scoop official bucket manifest trees: bucket/dep.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/deployer.yml](https://github.com/mxcl/pkgdb/blob/main/combined/deployer.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
