dev-master
9999999-devPhar Archive Maker for PHP Projects
BSD-3-Clause
The Requires
- php >=5.3.2
- symfony/console dev-master
by Julien
phar archive make
Phar Archive Maker for PHP Projects
Phar archive maker for PHP projects., (*1)
Release is in the bin folder., (*2)
$ php phactory.phar <project directory> <phar name>
More informations/details are availables in --help
:, (*3)
$ php phactory.phar make --help Usage: make [-f|--format="..."] [-c|--compression[="..."]] [--vendors] [-s|--stub[="..."]] directory pharName Arguments: directory Path to project directory pharName Name for the phar archive (without extension) Options: --format (-f) Phar format. Could be phar, tar or zip (default: "phar") --compression (-c) Phar compression. Could be none, gz or bz2 --vendors include the 'vendor' directory --stub (-s) Phar stub file.
You can install Phactory via Composer by requiring neiluj/phactory
., (*4)
Phactory is licensed under the 3-clauses BSD license. Please read LICENSE and CREDITS for full details., (*5)
Phar Archive Maker for PHP Projects
BSD-3-Clause
phar archive make