bluetree-service / phar_builder
phar制作器,phar构建器,PHP Phar
dev-master
2018-01-04 21:12 UTC
This package is auto-updated.
Last update: 2024-09-11 14:02:47 UTC
README
使用方法
要在控制台获取信息,请输入./make help
。您将获得以下信息
------------------------------
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
------------------------------