Go to file
Chris b5d3754b2f Updated stubs 2016-12-02 14:33:19 +01:00
bin Updated stubs, improved PHP7 compatibility 2016-07-21 03:08:06 +02:00
share Updated stubs, improved PHP7 compatibility 2016-07-21 03:08:06 +02:00
src Updated stubs 2016-12-02 14:33:19 +01:00
.gitignore Initial commit 2016-04-19 15:54:03 +02:00
LICENSE Initial commit 2016-04-19 15:54:03 +02:00
Makefile Improvements 2016-04-19 22:55:09 +02:00
README.md Updated stubs, improved PHP7 compatibility 2016-07-21 03:08:06 +02:00
composer.json Updated stubs, improved PHP7 compatibility 2016-07-21 03:08:06 +02:00
makephar Updated stubs, improved PHP7 compatibility 2016-07-21 03:08:06 +02:00
makephar.conf Initial commit 2016-04-19 15:54:03 +02:00

README.md

HotFix; Quickly patch and fix system

Usage

$ hotfix apply pastebin:1234abcd
$ hotfix apply gist:user/hash
$ hotfix apply http://some.site/url.to.fix

Applying local patches

$ hotfix apply --insecure test.hotfix

Signing

$ hotfix sign test.hotfix

Building the executable

Included is makephar, a utility to create highly compressed self-executable php archives.