Convert Composer's vendor folder into a PHAR file.
You can install box using one of the following methods:
Using Homebrew
brew install box
Via Composer
composer global require 'kherge/box=~2.4' --prefer-source
With cURL:
curl -LSs http://box-project.org/installer.php | php
To get help.
box help
To build the phar.
box build
To get information about the box.json
file.
box help build | less