Simps Versions Save

🚀 A simple, lightweight and high-performance PHP coroutine framework.

v1.0.5

3 years ago
  • add addProcess to HTTP and WebSocket (#18)
  • add class and method middleware e53215c 3f47fa8 6620d3b
  • fix mqtt 7794c9e 8c518e8 7bbcdf4 b9f8ed7
  • fix: unsupported option 0a2b98f

v1.0.4

3 years ago

Added

  • Added MQTTException

If you are using Swoole's MQTT, please use v4.5.3 or later.

v1.0.3

3 years ago
  • update mqtt_client response
  • fix invalid composer.json data

v1.0.2

3 years ago

Added

  • add addListener
  • add UserProcess

Fixed

  • fix mqtt DISCONNECT
  • fix config get

Remove

  • remove route exception

v1.0.1

4 years ago
  • 增加协程上下文
  • 修改MQTT

v1.0.0

4 years ago

First version🎉

  • Support HTTP, WebSocket, MQTT Server.
  • Support MQTT Client.
  • Support Database connection pool.