# swoole 快速框架 **Repository Path**: smli/sff ## Basic Information - **Project Name**: swoole 快速框架 - **Description**: 基于swoole开发的一套快速框架,轻量级,快速上手部署 - **Primary Language**: PHP - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2020-06-29 - **Last Updated**: 2025-02-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 项目 #### 介绍 swoole框架开发的 sff异步服务框架 #### 使用说明 运行 php bin/sff http start
停止 php bin/sff http stop
重启 php bin/sff http restart
加 -d 可守护进程化 php bin/sff http start -d
#### 特点 •常驻内存
•高并发
•异步任务
•协程
•连接池
•消息列队