A PHP library for managing signaling mechanisms in WebRTC. This package supports signaling over WebSocket, TCP, UDP, and UNIX sockets using a unified adapter-based architecture with ReactPHP.
- Unified signaling interface with adapter pattern
- WebSocket, TCP, UDP, and UNIX socket support
- Works with ReactPHP event loop
- Send and receive SDP offers/answers and ICE candidates
- PHP ≥ 8.4 with protobuf and FFI extension enabled
- install protobuf (for more information visit https://github.com/protocolbuffers/protobuf/tree/main/php)
This package is part of the PHP WebRTC library. For complete documentation, examples, and API reference, visit:
-
Amin Yazdanpanah
- Website: aminyazdanpanah.com
- Email: github@aminyazdanpanah.com
-
Sana Moniri
- GtiHub: sanamoniri
Found a bug? Please report it on our issues.
BSD 3-Clause License. See LICENSE for details.