2017 © Pedro Peláez
 

library phar-update

A library for self-updating Phars.

image

herrera-io/phar-update

A library for self-updating Phars.

  • Saturday, November 9, 2013
  • by kherge
  • Repository
  • 3 Watchers
  • 97 Stars
  • 2,626,081 Installations
  • PHP
  • 40 Dependents
  • 0 Suggesters
  • 5 Forks
  • 2 Open issues
  • 6 Versions
  • 4 % Grown

The README.md

Phar Update

Build Status, (*1)

A library for self-updating Phars., (*2)

Summary

This library handles the updating of applications packaged as distributable Phars. The modular design allows for a more customizable update process., (*3)

Installation

Add it to your list of Composer dependencies:, (*4)

$ 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);

The Versions

09/11 2013

dev-master

9999999-dev http://herrera-io.github.com/php-phar-update

A library for self-updating Phars.

  Sources   Download

MIT

The Requires

 

The Development Requires

update phar

09/11 2013

2.0.0

2.0.0.0 http://herrera-io.github.com/php-phar-update

A library for self-updating Phars.

  Sources   Download

MIT

The Requires

 

The Development Requires

update phar

30/10 2013

1.0.3

1.0.3.0 http://herrera-io.github.com/php-phar-update

A library for self-updating Phars.

  Sources   Download

MIT

The Requires

 

The Development Requires

update phar

20/03 2013

1.0.2

1.0.2.0 http://herrera-io.github.com/php-phar-update

A library for self-updating Phars.

  Sources   Download

MIT

The Requires

 

The Development Requires

update phar

20/03 2013

1.0.1

1.0.1.0 http://herrera-io.github.com/php-phar-update

A library for self-updating Phars.

  Sources   Download

MIT

The Requires

 

The Development Requires

update phar

13/03 2013

1.0.0

1.0.0.0 http://herrera-io.github.com/php-phar-update

A library for self-updating Phars.

  Sources   Download

MIT

The Requires

 

The Development Requires

update phar