2017 © Pedro Peláez
 

library phar-update

Integrates Phar Update to Symfony Console.

image

deployer/phar-update

Integrates Phar Update to Symfony Console.

  • Tuesday, February 27, 2018
  • by medv
  • Repository
  • 4 Watchers
  • 43 Stars
  • 957,325 Installations
  • PHP
  • 5 Dependents
  • 0 Suggesters
  • 5 Forks
  • 0 Open issues
  • 7 Versions
  • 17 % Grown

The README.md

Phar Update

Build Status, (*1)

Summary

Uses the Phar Update library to:, (*2)

  1. check for newer versions of the Phar
  2. download the Phar
    • verify download by SHA1 checksum, and public key if available
  3. replace running Phar with downloaded update

Installation

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

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

The Versions

27/02 2018

dev-master

9999999-dev https://github.com/deployphp/phar-update

Integrates Phar Update to Symfony Console.

  Sources   Download

MIT

The Requires

 

The Development Requires

update phar console

27/02 2018

v2.1.0

2.1.0.0 https://github.com/deployphp/phar-update

Integrates Phar Update to Symfony Console.

  Sources   Download

MIT

The Requires

 

The Development Requires

update phar console

03/07 2017

v2.0.3

2.0.3.0 https://github.com/deployphp/phar-update

Integrates Phar Update to Symfony Console.

  Sources   Download

MIT

The Requires

 

The Development Requires

update phar console

23/06 2017

v2.0.2

2.0.2.0 https://github.com/deployphp/phar-update

Integrates Phar Update to Symfony Console.

  Sources   Download

MIT

The Requires

 

The Development Requires

update phar console

22/06 2017

v2.0.1

2.0.1.0 https://github.com/deployphp/phar-update

Integrates Phar Update to Symfony Console.

  Sources   Download

MIT

The Requires

 

The Development Requires

update phar console

27/01 2017

v2.0.0

2.0.0.0 https://github.com/deployphp/phar-update

Integrates Phar Update to Symfony Console.

  Sources   Download

MIT

The Requires

 

The Development Requires

update phar console

06/04 2016