# hyperfInTars **Repository Path**: dianqu/hyperfInTars ## Basic Information - **Project Name**: hyperfInTars - **Description**: https://github.com/dpp2009/hyperfInTars.git 仓库码云 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-18 - **Last Updated**: 2021-04-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 简介 让Hyperf框架欢快的跑在tars里面 * 支持打包发布 * 支持服务存活上报(服务注册) # 相关项目 * Hyperf (https://github.com/hyperf/hyperf)   * TARSPHP (https://github.com/TarsPHP/TarsPHP) * TARSPHP DOCKER (https://github.com/tangramor/docker-tars) # 使用 * Clone 项目 * 安装依赖 `composer install` * 打包 `composer run-script deploy` * 上传tars平台 # 配置说明 * 服务名需要在 ./tars/tars.proto.php (appName&serverName) 和 ./src/.env (APP_NAME) 里面正确配置(2个地方要配置正确且一致) * Hyperf的端口号不使用tars平台下发的端口号(因为Hyperf可以支持多端口多协议)