- Регистрация
- 1 Мар 2015
- Сообщения
- 1,481
- Баллы
- 155
? A Full WebRTC Stack in PHP
Hi everyone! I’ve been working on a full WebRTC implementation written entirely in native PHP.
It supports:
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
?
? Use Cases
It’s open-source and actively maintained. I’d love any feedback, contributions, or use-case ideas!
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
?
? Use Cases
- Custom WebRTC signaling servers
- Embedding WebRTC in PHP-based backend systems
It’s open-source and actively maintained. I’d love any feedback, contributions, or use-case ideas!