christophedlr / pharcreator
Easy create your PHAR file
1.0.0
2020-02-18 21:17 UTC
Requires
- php: ^7.2|^7.3|^7.4
- symfony/console: ^5.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-08-19 14:00:07 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.