macOS
brew install deployerlocal Homebrew formula metadata
安装
brew install deployerlocal Homebrew formula metadata
nix profile install nixpkgs#deployernixpkgs package indexes · pkgs/by-name/de/deployer/package.nix · 来源: api.github.com
choco install depChocolatey community package catalog · dep · 来源: community.chocolatey.org
scoop install main/depScoop official bucket manifest trees · bucket/dep.json · 来源: api.github.com
概览
Deployment tool written in PHP with support for popular frameworks
历史
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.
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.
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.
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.
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.
安全态势
没有找到 deployer 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布,以便未来覆盖拥有稳定的软件包 URL。
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
local files
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.
Config paths the tool may read or write during local use.
deploy.phpdeploy.yamlCredential-bearing paths to review before unattended agent runs.
~/.ssh/config~/.ssh/id_rsa可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
dep | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://github.com/deployphp/deployer
安装元数据
| 软件包键 | brew:deployer |
|---|---|
| 版本 | 8.0.5 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/deployer |
| 主页 | https://deployer.org/ |
| 仓库 | https://github.com/deployphp/deployer |
| 上游文档 | https://deployer.org/docs |
| 许可证 | MIT |
| 源码归档 | https://github.com/deployphp/deployer/releases/download/v8.0.5/deployer.phar |
| 最后更新 | 2026-05-18T20:00:47Z |
| Pulse | updated |
| 依赖 | php |
| Bottle | 可用 (于 all) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | deployer |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
deployer
nix profile install nixpkgs#deployerdep
sudo port install depdep
choco install depmain/dep
scoop install main/dep来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.