danog / php-rtc-rtcp
A pure PHP implementation of RTP Control Protocol (RTCP) packet parsing and generation, compliant with RFC 3550 and related specifications. Fork with FFI made optional and a pure-PHP DTLS/SRTP stack, maintained for MadelineProto.
Package info
pkg:composer/danog/php-rtc-rtcp
Fund package maintenance!
v1.0.1001
2026-07-26 11:41 UTC
Requires
- php: ^8.2
- quasarstream/exception: ^1.0
Requires (Dev)
- phpunit/php-code-coverage: 11.0.x-dev
- phpunit/phpunit: ^11.3
Replaces
- quasarstream/rtcp: v1.0.1001
This package is auto-updated.
Last update: 2026-07-26 17:11:48 UTC
README
A pure PHP implementation of RTP Control Protocol (RTCP) packet parsing and generation, compliant with RFC 3550 and related specifications.
Features
- Complete RTCP packet support:
- Sender Reports (SR)
- Receiver Reports (RR)
- Source Description (SDES)
- Goodbye (BYE)
- Application-Defined (APP)
- Transport Layer Feedback (RTPFB)
- Payload-Specific Feedback (PSFB)
- Zero dependencies
Requirements
- PHP ≥ 8.4
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.