macOS
brew install deployerlocal Homebrew formula metadata
sudo port install depMacPorts ports tree · devel/dep/Portfile · ソース: api.github.com
brew
deployer のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install deployerlocal Homebrew formula metadata
sudo port install depMacPorts ports tree · devel/dep/Portfile · ソース: api.github.com
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 に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
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ソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.