marx/phar-self-updater

Library for phar self updates by github

dev-master 2016-01-11 12:28 UTC

This package is not auto-updated.

Last update: 2020-01-14 19:47:13 UTC


README

phar-self-updater is a small library to handle a self update for your phar application by the github api.

Installation

To install chapi you can download the latest release or clone this repository. If you clone the repository you need to run a composer install to install all necessary dependencies:

require: {
   "marx/phar-self-updater": "~1.0@dev"
}

Usage