christophedlr / pharcreator
Easy create your PHAR file
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/christophedlr/pharcreator
Requires
- php: ^7.2|^7.3|^7.4
- symfony/console: ^5.0
This package is auto-updated.
Last update: 2025-10-19 11:47:55 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.