Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 525 Bytes

README.md

File metadata and controls

40 lines (30 loc) · 525 Bytes

composer-to-phar

Convert Composer's vendor folder into a PHAR file.

Installation

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

Building

To get help.

box help

To build the phar.

box build

To get information about the box.json file.

box help build | less