Download the PHP package kanti/hub-updater without Composer
On this page you can find all versions of the php package kanti/hub-updater. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kanti/hub-updater
More information about kanti/hub-updater
Files in kanti/hub-updater
Download kanti/hub-updater
More information about kanti/hub-updater
Files in kanti/hub-updater
Vendor kanti
Package hub-updater
Short Description Simple Github Updater for Web Projects
License GPL-2.0
Package hub-updater
Short Description Simple Github Updater for Web Projects
License GPL-2.0
Please rate this library. Is it a good library?
Informations about the package hub-updater
HubUpdater
Simple Github Updater for Web Projects [PHP]
is HubUpdater for me? [Checklist]
- [ ] I have a little product/projekt on github. (~ <=30MB)
- [ ] it can run PHP and uses composers autoloader
- [ ] I want my users to update my Product with one click
check for an update [simple]
how to provide an update?
- Go to your Repository on github.com ‣‣
- click on the
releases
tab ‣‣ - click on
Draft a new release
‣‣ - Enter your release details ‣‣
- click on
Publish release
‣‣ - now you can use HubUpdater to update to the newest version.
- note: The timestamp of the release is used. NOT the version number!!
install via composer
The recommended way to install hub-updater is through Composer.
Next, run the Composer command to install the latest stable version of HubUpdater:
After installing, you need to require Composer's autoloader:
settings
setting | description | default |
---|---|---|
name | the name your Repository has | must be set |
branch | the branch you like to watch. | master |
cache | the directory you like to put the cache stuff | ./cache/ |
save | the directory you like to put the content of the zip | ./ |
prerelease | would you like to download the prereleases? | false |
cacheFile | name of the InformationCacheFile(in cacheDir) | downloadInfo.json |
holdTime | time(seconds) the Cached-Information will be used | 43200 |
versionFile | name of the InstalledVersionInformation is safed(in cacheDir) | installedVersion.json |
zipFile | name of the temporary zip file(in cacheDir) | tmpZipFile.zip |
updateignore | name of the updateignore file(in root of project) | .updateignore |
auth | github api auth user:apiKey/password | null |
exceptions | if true, will throw new \Exception on failure|false |
Check for an update [complete]
the .updateignore file
syntax:
put a file in one line and it will not be updated. note put the .updateignore in your projects root directory
All versions of hub-updater with dependencies
PHP Build Version
Package Version
The package kanti/hub-updater contains the following files
Loading the files please wait ....