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

dev-master 2012-11-09 22:54 UTC

This package is not auto-updated.

Last update: 2024-03-16 10:49:14 UTC


README

Phar archive maker for PHP projects.

Download

Release is in the bin folder.

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.