marx / phar-self-updater
Library for phar self updates by github
dev-master
2016-01-11 12:28 UTC
Requires
- php: >=5.4.0
- guzzlehttp/guzzle: ~5.3
- psr/http-message: ~1.0
- symfony/filesystem: ~2.7
- symfony/finder: ~2.7
Requires (Dev)
- mikey179/vfsstream: ~1.5
- phpunit/phpunit: ~4.8
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" }