PHP WebRTC

PHP WebRTC

A pure PHP implementation of WebRTC

4 followers

This package provides a complete WebRTC implementation written entirely in PHP. Designed for real-time audio, video, and data communication, it enables peer-to-peer connectivity without relying on external WebRTC libraries.
PHP WebRTC gallery image
PHP WebRTC gallery image
Free
Launch Team
Wispr Flow: Dictation That Works Everywhere
Wispr Flow: Dictation That Works Everywhere
Stop typing. Start speaking. 4x faster.
Promoted

What do you think? …

Amin Yazdanpanah
It’s built entirely in PHP (no Node.js or JavaScript required on the backend), using PHP FFI to interface with native libraries like OpenSSL and VPX when needed. The goal is to make it easy to build WebRTC-based apps in pure PHP – including media servers, video conference web app, SFUs, and peer-to-peer apps. Features: Full WebRTC stack: ICE, DTLS, SRTP, SCTP, RTP Adapter-based signaling (WebSocket, TCP, UDP, etc.) PHP-native SDP and stats SFU-ready architecture Fully asynchronous with ReactPHP