A PHP library for parsing and generating SDP (Session Description Protocol).

Fund package maintenance!
php-webrtc

v1.0.0 2025-05-14 15:09 UTC

This package is auto-updated.

Last update: 2025-05-14 15:17:41 UTC


README

PHP Version License

A PHP library for parsing and generating SDP (Session Description Protocol). This package supports media negotiation, ICE parameters, DTLS fingerprints, and codec configurations used in WebRTC.

Features

  • Parse and build SDP offers and answers
  • Support for ICE, DTLS, RTP, SCTP, and media attributes
  • Codec negotiation helpers

Requirements

  • PHP ≥ 8.4

Documentation

This package is part of the PHP WebRTC library. For complete documentation, examples, and API reference, visit:

PHP WebRTC Documentation

Credits

Authors

Reporting Issues

Found a bug? Please report it on our issues.

License

BSD 3-Clause License. See LICENSE for details.

References