Skip to content
This repository has been archived by the owner on Sep 6, 2020. It is now read-only.
kherge edited this page Jul 20, 2012 · 16 revisions

Box

Build Status

Box is a library and command line application for simplifying the PHAR creation process.

Features

  • Create new PHARs with a simple configuration file.
  • Extract existing PHARs, with option to cherry pick files.
  • Display PHAR extension and file information.
  • Verify PHAR signatures.

Example

$ php box.phar create
Creating PHAR... done.
$ php example.phar
Hello, world!

Support

Please search the issue tracker before opening a new issue.

Clone this wiki locally