PHPackages                             inkvizytor/phar-update - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [CLI &amp; Console](/categories/cli)
4. /
5. inkvizytor/phar-update

ActiveLibrary[CLI &amp; Console](/categories/cli)

inkvizytor/phar-update
======================

Integrates Phar Update to Symfony Console.

v2.2.2(4y ago)01.8k1MITPHPPHP &gt;=5.3.3

Since Apr 6Pushed 3y agoCompare

[ Source](https://github.com/inkvizytor/phar-update)[ Packagist](https://packagist.org/packages/inkvizytor/phar-update)[ Docs](https://github.com/deployphp/phar-update)[ RSS](/packages/inkvizytor-phar-update/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (4)Versions (10)Used By (1)

Phar Update
===========

[](#phar-update)

[![Build Status](https://camo.githubusercontent.com/3be508ace8ac1b569a06924bc4f720cc84ac9e0e60a7b69ae04adef56087f665/68747470733a2f2f7472617669732d63692e6f72672f6465706c6f797068702f706861722d7570646174652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/deployphp/phar-update)

Summary
-------

[](#summary)

Uses the Phar Update library to:

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
------------

[](#installation)

Add it to your list of Composer dependencies:

```
$ composer require deployer/phar-update
```

Usage
-----

[](#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);
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 54.5% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~277 days

Recently: every ~442 days

Total

9

Last Release

1464d ago

Major Versions

v1.0.0 → v2.0.02017-01-27

### Community

Maintainers

![](https://www.gravatar.com/avatar/fe797b0d1ea1b50f61f3c4951c848bb8935dfa485a0fe6c7158513a6d81e56bf?d=identicon)[inkvizytor](/maintainers/inkvizytor)

---

Top Contributors

[![kherge](https://avatars.githubusercontent.com/u/9122157?v=4)](https://github.com/kherge "kherge (18 commits)")[![antonmedv](https://avatars.githubusercontent.com/u/141232?v=4)](https://github.com/antonmedv "antonmedv (9 commits)")[![smok55453](https://avatars.githubusercontent.com/u/37620534?v=4)](https://github.com/smok55453 "smok55453 (3 commits)")[![inkvizytor](https://avatars.githubusercontent.com/u/10927355?v=4)](https://github.com/inkvizytor "inkvizytor (1 commits)")[![kherrera-ebsco](https://avatars.githubusercontent.com/u/25376904?v=4)](https://github.com/kherrera-ebsco "kherrera-ebsco (1 commits)")[![pborreli](https://avatars.githubusercontent.com/u/77759?v=4)](https://github.com/pborreli "pborreli (1 commits)")

---

Tags

consolepharupdate

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/inkvizytor-phar-update/health.svg)

```
[![Health](https://phpackages.com/badges/inkvizytor-phar-update/health.svg)](https://phpackages.com/packages/inkvizytor-phar-update)
```

###  Alternatives

[psy/psysh

An interactive shell for modern PHP.

9.8k545.6M713](/packages/psy-psysh)[nunomaduro/collision

Cli error handling for console/command-line PHP applications.

4.6k331.8M8.4k](/packages/nunomaduro-collision)[nunomaduro/termwind

It's like Tailwind CSS, but for the console.

2.5k239.8M285](/packages/nunomaduro-termwind)[matthiasnoback/symfony-console-form

Use Symfony forms for Console command input

368264.8k8](/packages/matthiasnoback-symfony-console-form)[laminas/laminas-cli

Command-line interface for Laminas projects

563.7M54](/packages/laminas-laminas-cli)[inhere/console

php console library, provide console argument parse, console controller/command run, color style, user interactive, information show.

3477.4k12](/packages/inhere-console)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
