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.
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
Report
Reviews
No reviews yetBe the first to leave a review for PHP WebRTC