# esApp **Repository Path**: duoqing520/esApp ## Basic Information - **Project Name**: esApp - **Description**: esApp - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2019-09-25 - **Last Updated**: 2025-04-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # esApp #### 介绍 esApp是基于easyswoole搭建的一个快速开发框架 #### 安装教程 1. git clone https://gitee.com/qiuapeng921/esApp.git 2. cd esApp && composer install -vvv 3. cp config.example config.php 修改mysql和redis配置 #### 使用说明 1. php easyswoole start 启动项目 -d 后台运行 2. php easyswoole restart 重新启动 3. php easyswoole stop 停止运行 force 强制停止