bluetree-service / phar_builder
phar maker, phar builder, php phar
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/bluetree-service/phar_builder
This package is auto-updated.
Last update: 2025-09-11 16:22:08 UTC
README
Usage
To get information in console type ./make help
. You will get this information:
------------------------------
Usage: ./make [options]
./make help This help
./make phar_name [directory] [index_name] Create PHAR file
phar_name - name of output phar file
directory - (optional) source directory without separator, default ./src
index_name - (optional) name of file that execute phar without separator, default ./src/index.php
------------------------------