📦 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)