2017 © Pedro Peláez
 

utility phactory

Phar Archive Maker for PHP Projects

image

neiluj/phactory

Phar Archive Maker for PHP Projects

  • Friday, November 9, 2012
  • by neiluJ
  • Repository
  • 1 Watchers
  • 2 Stars
  • 10 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Phactory

Phar archive maker for PHP projects., (*1)

Download

Release is in the bin folder., (*2)

Usage

$ 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.

Install via Composer

You can install Phactory via Composer by requiring neiluj/phactory., (*4)

License & Credits

Phactory is licensed under the 3-clauses BSD license. Please read LICENSE and CREDITS for full details., (*5)

The Versions

09/11 2012

dev-master

9999999-dev

Phar Archive Maker for PHP Projects

  Sources   Download

BSD-3-Clause

The Requires

 

phar archive make