herrera-io/phar-update
最新稳定版本:2.0.0
Composer 安装命令:
composer require herrera-io/phar-update
包简介
A library for self-updating Phars.
README 文档
README
A library for self-updating Phars.
Summary
This library handles the updating of applications packaged as distributable Phars. The modular design allows for a more customizable update process.
Installation
Add it to your list of Composer dependencies:
$ composer require herrera-io/phar-update=1.*
Usage
<?php use Herrera\Phar\Update\Manager; use Herrera\Phar\Update\Manifest; $manager = new Manager(Manifest::loadFile( 'http://box-project.org/manifest.json' )); // update to the next available 1.x update $manager->update('1.0.0', true);
统计信息
- 总下载量: 4.46M
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 124
- 点击次数: 1
- 依赖项目数: 31
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-03-14