herrera-io/phar-update 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

herrera-io/phar-update

最新稳定版本:2.0.0

Composer 安装命令:

composer require herrera-io/phar-update

包简介

A library for self-updating Phars.

关键字:

README 文档

README

Build Status

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

GitHub 信息

  • Stars: 121
  • Watchers: 5
  • Forks: 10
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2013-03-14