povils / phpmnd

PHP Magic Number Detector
MIT License
554 stars 46 forks source link

[WIP] Add PHAR build support with Box: https://github.com/box-project/box2 #37

Closed padraic closed 7 years ago

padraic commented 7 years ago

Box installation instructions in its README. Then...

mkdir build
./path/to/box(.phar) build
# test...
./build/phpmnd.phar ./src

Should be easy enough to add a self-update command tracking PHAR files attached to future Github releases. I'll try taking a look at that in a while.

Implements #15.

povils commented 7 years ago

thanks!

padraic commented 7 years ago

No problem! I'll look into self-updates in a few days.