christophedlr/pharcreator

轻松创建您的PHAR文件

1.0.0 2020-02-18 21:17 UTC

This package is auto-updated.

Last update: 2024-09-19 09:18:47 UTC


README

安装

使用composer

composer require christophedlr/pharcreator

手动

下载存档并运行 php app.php

或下载pharcreator.phar并运行 php pharcreator.phar

用法

Pharcreator 会问你四个问题

  • 要创建的PHAR文件名
  • 项目目录(用于创建PHAR文件)
  • 项目中运行的文件名(存根文件)
  • 压缩类型(GZIP,BZIP2,无)

要使用 Pharcreator,只需运行程序并使用 create 命令。