Automic VaultAutomic Vault

brew

使用 Homebrew, Nix, chocolatey, MacPorts, scoop 安装 deployer

查看 deployer 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install deployer

local Homebrew formula metadata

MacPorts已验证 · 94%
sudo port install dep

MacPorts ports tree · devel/dep/Portfile · 来源: api.github.com

Linux

Nix已验证 · 92%
nix profile install nixpkgs#deployer

nixpkgs package indexes · pkgs/by-name/de/deployer/package.nix · 来源: 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.

时间线

  • 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.

安全态势

尚未找到受保护工具覆盖

没有找到 deployer 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布,以便未来覆盖拥有稳定的软件包 URL。

安装行为

  • formula 元数据中未记录 Homebrew post-install 钩子。
  • Homebrew bottle 元数据适用于 1 个平台目标。
  • 安装时包含 1 个运行时依赖。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

local files

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

Config paths the tool may read or write during local use.

Unix
deploy.phpdeploy.yaml

Credential files

Credential-bearing paths to review before unattended agent runs.

Unix
~/.ssh/config~/.ssh/id_rsa

可执行文件

已安装的可执行文件

命令类型暴露范围备注
depcli全局可执行文件

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-07-25
管理器版本8.0.5
管理器更新时间2026-05-18
本地数据OK
上游not checked
检测到的最新版本未检测到

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
Pulseupdated
依赖php
Bottle可用 (于 all)
Homebrew post-install未定义
服务未声明

注册表事实

源数据库详情

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namedeployer
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

Nix95%

deployer

nix profile install nixpkgs#deployer
  • normalized package name match
  • 匹配方式:Deployer
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/de/deployer/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
MacPorts94%

dep

sudo port install dep
  • installed executable or alias match
  • 匹配方式:Dep
MacPorts ports tree · api.github.com · MacPorts ports tree: devel/dep/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Chocolatey92%

dep

choco install dep
  • installed executable or alias match
  • 匹配方式:Dep
Chocolatey community package catalog · community.chocolatey.org · Chocolatey community package catalog: dep from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','dell-omsa'
Scoop92%

main/dep

scoop install main/dep
  • installed executable or alias match
  • 匹配方式:Dep
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/dep.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment