Pinned Repositories
examples
A collection of WebRTC examples with PHP-based signaling backends.
ice
A PHP implementation of the Interactive Connectivity Establishment (ICE) protocol for WebRTC.
ntp
The NetworkTimeProtocol class provides utility methods for working with NTP (Network Time Protocol) timestamps in PHP.
opus
A lightweight PHP wrapper for the libopus audio codec using PHP FFI.
rtp
A PHP library for handling RTP (Real-time Transport Protocol) packets.
signaling
A PHP library for managing signaling mechanisms in WebRTC. This package supports signaling over WebSocket, TCP, UDP, and UNIX sockets.
signaling-js-sdk
A lightweight and efficient WebRTC signaling library written in TypeScript, using WebSocket and Protocol Buffers to exchange SDP (Session Description Protocol) messages
ssl
A secure PHP FFI wrapper for OpenSSL, specifically designed for WebRTC implementations.
stun
A PHP library for STUN (Session Traversal Utilities for NAT) protocol, enabling NAT discovery and reflexive address retrieval for ICE connectivity in WebRTC applications.
webrtc
A pure PHP implementation of WebRTC
PHP WebRTC's Repositories
PHP-WebRTC/webrtc
A pure PHP implementation of WebRTC
PHP-WebRTC/examples
A collection of WebRTC examples with PHP-based signaling backends.
PHP-WebRTC/signaling
A PHP library for managing signaling mechanisms in WebRTC. This package supports signaling over WebSocket, TCP, UDP, and UNIX sockets.
PHP-WebRTC/ice
A PHP implementation of the Interactive Connectivity Establishment (ICE) protocol for WebRTC.
PHP-WebRTC/ntp
The NetworkTimeProtocol class provides utility methods for working with NTP (Network Time Protocol) timestamps in PHP.
PHP-WebRTC/opus
A lightweight PHP wrapper for the libopus audio codec using PHP FFI.
PHP-WebRTC/rtp
A PHP library for handling RTP (Real-time Transport Protocol) packets.
PHP-WebRTC/ssl
A secure PHP FFI wrapper for OpenSSL, specifically designed for WebRTC implementations.
PHP-WebRTC/signaling-js-sdk
A lightweight and efficient WebRTC signaling library written in TypeScript, using WebSocket and Protocol Buffers to exchange SDP (Session Description Protocol) messages
PHP-WebRTC/stun
A PHP library for STUN (Session Traversal Utilities for NAT) protocol, enabling NAT discovery and reflexive address retrieval for ICE connectivity in WebRTC applications.
PHP-WebRTC/.github
PHP-WebRTC/av
PHP AV Libraries provides FFI bindings to AV libraries
PHP-WebRTC/codec
A comprehensive codec implementation package for WebRTC applications, providing audio/video encoding and decoding capabilities.
PHP-WebRTC/datachannel
A PHP implementation of WebRTC's RTCDataChannel interface for bidirectional peer-to-peer data communication.
PHP-WebRTC/dtls
A PHP implementation of Datagram Transport Layer Security (DTLS), designed for secure communication over UDP, especially in real-time communication protocols such as WebRTC and SRTP.
PHP-WebRTC/exception
A lightweight exception handling package for PHP WebRTC applications.
PHP-WebRTC/mdns
This library provides a Multicast DNS (mDNS) resolver.
PHP-WebRTC/mixin
PHP-WebRTC/rtcp
A pure PHP implementation of RTP Control Protocol (RTCP) packet parsing and generation, compliant with RFC 3550 and related specifications.
PHP-WebRTC/rtpparameter
RTP parameters define the configuration of a media stream in Real-time Transport Protocol.
PHP-WebRTC/sctp
A PHP library implementing SCTP (Stream Control Transmission Protocol) for WebRTC data channels.
PHP-WebRTC/sdp
A PHP library for parsing and generating SDP (Session Description Protocol).
PHP-WebRTC/srtp
A PHP library for Secure RTP (SRTP) packet encryption and decryption using OpenSSL FFI.
PHP-WebRTC/stats
A PHP implementation of the WebRTC Statistics API for tracking RTP, DTLS, and media performance metrics.
PHP-WebRTC/turn
A PHP implementation of TURN (Traversal Using Relays around NAT)
PHP-WebRTC/vpx
A PHP wrapper around the libvpx codec using FFI