neiluj / phactory
Phar Archive Maker for PHP Projects
Installs: 11
Dependents: 1
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 1
Open Issues: 0
Type:utility
Requires
- php: >=5.3.2
- symfony/console: dev-master
This package is not auto-updated.
Last update: 2024-10-26 13:48:05 UTC
README
Phar archive maker for PHP projects.
Download
Release is in the bin folder.
- Download here (direct download)
Usage
$ php phactory.phar <project directory> <phar name>
More informations/details are availables in --help
:
$ 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.
Install via Composer
You can install Phactory via Composer by requiring neiluj/phactory
.
License & Credits
Phactory is licensed under the 3-clauses BSD license. Please read LICENSE and CREDITS for full details.