# simps **Repository Path**: simple-swoole/simps ## Basic Information - **Project Name**: simps - **Description**: Simps 是一个简单、轻量并且拥有超高性能的PHP协程框架 - **Primary Language**: PHP - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://simps.io - **GVP Project**: No ## Statistics - **Stars**: 109 - **Forks**: 22 - **Created**: 2020-06-05 - **Last Updated**: 2025-03-27 ## Categories & Tags **Categories**: utils **Tags**: None ## README [English](./README.md) | 中文

Simps

# Simps [![Simps License](https://poser.pugx.org/simple-swoole/simps/license)](LICENSE) [![Latest Version](https://img.shields.io/packagist/v/simple-swoole/simps.svg)](https://packagist.org/packages/simple-swoole/simps) [![Contact Simps Team](https://img.shields.io/badge/contact-@Simps%20Team-blue.svg)](mailto:team@simps.io) [![PHP Version](https://img.shields.io/badge/php-%3E=7.1-brightgreen.svg)](https://www.php.net) [![Swoole Version](https://img.shields.io/badge/swoole-%3E=4.4.0-brightgreen.svg)](https://github.com/swoole/swoole-src) 🚀 Simps 是一个简单、轻量并且拥有超高性能的PHP协程框架。 ## 性能测试 基准测试性能排名领先于Java、Go、Python等语言的Web框架。 具体可参考:[https://github.com/the-benchmarker/web-frameworks](https://github.com/the-benchmarker/web-frameworks/blob/8543e5dac6eb7f56308db278b4310beb80b0444d/README.md#results) ## 支持功能 * [x] HTTP Server * [x] WebSocket Server * [x] TCP Server * [x] UDP Server * [x] MQTT Server/[Client](https://github.com/simps/mqtt) ## 文档 [https://doc.simps.io](https://doc.simps.io) ## 如何贡献 非常欢迎您对 Simps 的开发作出贡献! 你可以选择以下方式向 Simps 贡献: * [发布issue进行问题反馈和建议](https://github.com/simple-swoole/simps/issues) * 通过Pull Request提交修复 * 完善我们的文档和例子 ## 贡献者 项目的发展离不开以下贡献者的努力! [[Contributors](https://github.com/simple-swoole/simps/graphs/contributors)]. ## 开源协议 Apache License Version 2.0 see http://www.apache.org/licenses/LICENSE-2.0.html