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

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

License

Notifications You must be signed in to change notification settings

keradus/PharBuilder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages