quasarstream / signaling
A PHP library for managing signaling mechanisms in WebRTC. This package supports signaling over WebSocket, TCP, UDP, and UNIX sockets.
Fund package maintenance!
php-webrtc
Requires
- php: ^8.4
- ext-ffi: *
- ext-protobuf: *
- cboden/ratchet: dev-master
- google/protobuf: ^4.13
- quasarstream/sdp: ^1.0
- react/datagram: ^1.10
- react/socket: ^1.16
Requires (Dev)
- phpunit/php-code-coverage: 11.0.x-dev
- phpunit/phpunit: ^11.3
This package is auto-updated.
Last update: 2025-05-15 10:34:05 UTC
README
A PHP library for managing signaling mechanisms in WebRTC. This package supports signaling over WebSocket, TCP, UDP, and UNIX sockets using a unified adapter-based architecture with ReactPHP.
Features
- Unified signaling interface with adapter pattern
- WebSocket, TCP, UDP, and UNIX socket support
- Works with ReactPHP event loop
- Send and receive SDP offers/answers and ICE candidates
Requirements
- PHP ≥ 8.4 with protobuf and FFI extension enabled
- install protobuf (for more information visit https://github.com/protocolbuffers/protobuf/tree/main/php)
Documentation
This package is part of the PHP WebRTC library. For complete documentation, examples, and API reference, visit:
Credits
Authors
-
Amin Yazdanpanah
- Website: aminyazdanpanah.com
- Email: github@aminyazdanpanah.com
-
Sana Moniri
- GtiHub: sanamoniri
Reporting Issues
Found a bug? Please report it on our issues.
License
BSD 3-Clause License. See LICENSE for details.