deployer/phar-update
最新稳定版本:v2.2.0
Composer 安装命令:
composer require deployer/phar-update
包简介
Integrates Phar Update to Symfony Console.
README 文档
README
Summary
Uses the Phar Update library to:
- check for newer versions of the Phar
- download the Phar
- verify download by SHA1 checksum, and public key if available
- replace running Phar with downloaded update
Installation
Add it to your list of Composer dependencies:
$ composer require deployer/phar-update
Usage
use Deployer\Component\PharUpdate\Console\Command; use Deployer\Component\PharUpdate\Console\Helper; use Symfony\Component\Console\Application; $command = new Command('update'); $command->setManifestUri('https://deployer.org/manifest.json'); $app = new Application(); $app->getHelperSet()->set(new Helper()); $app->add($command);
统计信息
- 总下载量: 12.86M
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 163
- 点击次数: 1
- 依赖项目数: 6
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-01-04