christophedlr/pharcreator

Easy create your PHAR file

Maintainers

Package info

github.com/Christophedlr/Pharcreator

pkg:composer/christophedlr/pharcreator

Statistics

Installs: 2

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2020-02-18 21:17 UTC

This package is auto-updated.

Last update: 2026-03-19 12:42:42 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.