https://github.com/simple-swoole/simps
🚀 A simple, lightweight and high-performance PHP coroutine framework.
https://github.com/simple-swoole/simps
coroutine http mqtt php server simps swoole swoole-framework tcp udp websocket
Last synced: 17 days ago
JSON representation
🚀 A simple, lightweight and high-performance PHP coroutine framework.
- Host: GitHub
- URL: https://github.com/simple-swoole/simps
- Owner: simple-swoole
- License: apache-2.0
- Created: 2020-03-21T03:58:34.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-05-30T00:30:37.000Z (almost 3 years ago)
- Last Synced: 2025-04-02T05:55:33.599Z (24 days ago)
- Topics: coroutine, http, mqtt, php, server, simps, swoole, swoole-framework, tcp, udp, websocket
- Language: PHP
- Homepage: https://doc.simps.io
- Size: 89.8 KB
- Stars: 479
- Watchers: 23
- Forks: 48
- Open Issues: 1
-
Metadata Files:
- Readme: README-CN.md
- License: LICENSE
Awesome Lists containing this project
- awesome-swoole - Simps - A simple, lightweight and high-performance PHP coroutine framework. (Frameworks)
README
[English](./README.md) | 中文
# Simps
[](LICENSE)
[](https://packagist.org/packages/simple-swoole/simps)
[](mailto:[email protected])
[](https://www.php.net)
[](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