PHPackages                             kherge/amend - 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. kherge/amend

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

kherge/amend
============

Integrates Phar Update to Symfony Console.

3.0.5(10y ago)42326.7k—0%3[2 issues](https://github.com/box-project/amend/issues)[1 PRs](https://github.com/box-project/amend/pulls)8MITPHPPHP &gt;=5.3.3

Since Jul 25Pushed 9y ago2 watchersCompare

[ Source](https://github.com/box-project/amend)[ Packagist](https://packagist.org/packages/kherge/amend)[ Docs](http://github.com/box-project/amend)[ RSS](/packages/kherge-amend/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (5)Versions (18)Used By (8)

Amend
=====

[](#amend)

[![Build Status](https://camo.githubusercontent.com/c93583b72ee14934a761b5630d9640aee356d146912eb6a461d9b4eee51552fc/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f6b68657267652f416d656e642e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/kherge/Amend)

Integrates [Phar Update](https://github.com/herrera-io/php-phar-update) to [Symfony Console](https://github.com/symfony/Console).

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 kherge/amend=3.*
```

Usage
-----

[](#usage)

```
