oncesk / elephant.io
通过 PHP 向 socket.io 发送事件
v2.0.3
2015-01-19 09:22 UTC
Requires
- php: >=5.3.0
This package is not auto-updated.
Last update: 2024-09-24 15:24:30 UTC
README
MIT 许可证 - 版权 © 2012. Wisembly
关于
Elephant.io 是一个用 PHP 编写的原始 socket.io 客户端。它的目标是简化您的 PHP 应用程序与 socket.io 服务器之间的通信。目前支持的 socket.io 协议版本是 1。目前只支持 WebSocket 传输。
许可证
本软件根据 MIT 许可证分发。有关更多信息,请参阅 LICENCE。
贡献者
作者:Ludovic Barreca ludogp2@gmail.com
维护者:Guillaume Potier guillaume@wisembly.com Gabriel Majoulet gabriel@wisembly.com
特别感谢
特别感谢 Mark Karpeles,他帮助我理解了 WebSocket 的工作方式。