Download the PHP package uniondrug/phar without Composer
On this page you can find all versions of the php package uniondrug/phar. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package phar
PHAR
基于
uniondrug/sketch
模板构建的项目, 可平滑切换到PHAR
+Swoole
运行模式。
- 安装依赖 - 在项目添加
uniondrug/phar
依赖 - 添加入口 - 让项目支持
Command
入口 - 项目打包 - 将项目打成
PHAR
包 - 启动项目 - 以
PHAR
方式启动项目 - 退出服务
- 项目部署 - 在
development
、testing
、release
、production
环境下的部署规范 - 注意事项 - 构建PHAR包时注意事项
- 项目名称与版本
- 启动IP与端口
- 服务参数
安装依赖
请在项目根目录下的
composer.json
文件加添加uniondrug/phar
扩展;效果如下
添加入口
创建
app/Commands/PharCommand.php
文件, 完整代码如下
项目打包
将项目构建成
PHAR
包
-
语法
- 示例
启动项目
-
语法
- 示例
退出服务
-
语法
- 示例
All versions of phar with dependencies
PHP Build Version
Package Version
Requires
guzzlehttp/guzzle Version
^6.3
The package uniondrug/phar contains the following files
Loading the files please wait ....