christophedlr/pharcreator

Easy create your PHAR file

1.0.0 2020-02-18 21:17 UTC

This package is auto-updated.

Last update: 2025-01-19 10:10:24 UTC


README

Installation

With composer:

composer require christophedlr/pharcreator

Manually:

Download archive and run php app.php

or download pharcreator.phar and run php pharcreator.phar.

Usage

Pharcreator asks you four questions:

  • Name of PHAR file to create
  • Directory of project (for create PHAR file)
  • Name of file in project for run (stub file)
  • Type of compression (GZIP, BZIP2, NONE)

For use the Pharcreator, simply run program with the create command.