This library is obsolete! Use Box instead!
Build entire application or just views files into single phar file.
<?php
$phar = new PharBuilder\LibBuilder("PharBuilder", "PharBuilder", "build");
$phar->addDirFiles("source/PharBuilder");
$phar->build();
See example dir for more examples.
The update
command tries to update phar itself:
php PharBuilder.phar update