Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 6 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-05-30T00:30:37.000Z (over 2 years ago)
- Last Synced: 2024-12-30T04:04:54.377Z (13 days ago)
- Topics: coroutine, http, mqtt, php, server, simps, swoole, swoole-framework, tcp, udp, websocket
- Language: PHP
- Homepage: https://simps.io
- Size: 89.8 KB
- Stars: 476
- Watchers: 24
- 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
[![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:[email protected])
[![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