๐ฆ A Full WebRTC Stack in PHP
Hi everyone! Iโve been working on a full WebRTC implementation written entirely in native PHP.
It supports:
- ICE (Interactive Connectivity Establishment)
- DTLS (Datagram Transport Layer Security)
- RTP (Real-time Transport Protocol)
- SCTP (Stream Control Transmission Protocol)
- Pluggable signaling (WebSocket, TCP, UDP, etc.)
The goal is to make real-time peer-to-peer communication accessible to PHP developers โ including those building self-hosted or backend-heavy apps.
๐ GitHub Repo
๐ https://github.com/PHP-WebRTC
๐ Use Cases
- Custom WebRTC signaling servers
- Embedding WebRTC in PHP-based backend systems
๐ ๏ธ Want to Help?
Itโs open-source and actively maintained. Iโd love any feedback, contributions, or use-case ideas!
Top comments (0)