Skip to content
This repository has been archived by the owner on Nov 27, 2017. It is now read-only.

Latest commit

 

History

History
25 lines (15 loc) · 501 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 501 Bytes

PharBuilder

This library is obsolete! Use Box instead!

Build entire application or just views files into single phar file.

Usage

Code usage

<?php

$phar = new PharBuilder\LibBuilder("PharBuilder", "PharBuilder", "build");
$phar->addDirFiles("source/PharBuilder");
$phar->build();

See example dir for more examples.

Command line

The update command tries to update phar itself:

php PharBuilder.phar update