PHPackages                             rtckit/sdp - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. rtckit/sdp

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

rtckit/sdp
==========

Session Description Protocol (SDP) Library for PHP

0.1.1(2y ago)380[1 PRs](https://github.com/rtckit/php-sdp/pulls)MITPHPPHP &gt;=8.1.0CI passing

Since Jan 5Pushed 1y ago1 watchersCompare

[ Source](https://github.com/rtckit/php-sdp)[ Packagist](https://packagist.org/packages/rtckit/sdp)[ Docs](https://github.com/rtckit/php-sdp)[ RSS](/packages/rtckit-sdp/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (3)Versions (4)Used By (0)

SDP Parser and Serializer for PHP
=================================

[](#sdp-parser-and-serializer-for-php)

[RFC 2327](https://tools.ietf.org/html/rfc2327), [RFC 4566](https://tools.ietf.org/html/rfc4566) and [RFC 8866](https://tools.ietf.org/html/rfc8866) compliant SDP parsing/serialization library for PHP.

[![CI Status](https://github.com/rtckit/php-sdp/workflows/CI/badge.svg)](https://github.com/rtckit/php-sdp/actions/workflows/ci.yaml)[![Psalm Type Coverage](https://camo.githubusercontent.com/c637c0c352cae912afadfbfc35a815c05bcf17778d34de4fc084e79e4b515148/68747470733a2f2f73686570686572642e6465762f6769746875622f7274636b69742f7068702d7364702f636f7665726167652e737667)](https://shepherd.dev/github/rtckit/php-sdp)[![Latest Stable Version](https://camo.githubusercontent.com/99ee8d0b425f641578c5f80c8f1db1718df86c384da498567f00f831f45b7953/68747470733a2f2f706f7365722e707567782e6f72672f7274636b69742f7364702f762f737461626c652e706e67)](https://packagist.org/packages/rtckit/sdp)[![Installs on Packagist](https://camo.githubusercontent.com/7ea45cf4487eabba00cc9f882fe848a4fad7545391af2e67bf8a1ba06639f356/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7274636b69742f7364703f636f6c6f723d626c7565266c6162656c3d496e7374616c6c732532306f6e2532305061636b6167697374)](https://packagist.org/packages/rtckit/sdp)[![Test Coverage](https://camo.githubusercontent.com/4e7836059a15b34eae971259dad805f2df7333cec055f8a045a52c97882a32da/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f61666635656538653865663362353136383963322f746573745f636f766572616765)](https://codeclimate.com/github/rtckit/php-sdp/test_coverage)[![Maintainability](https://camo.githubusercontent.com/79003d1c55c8cbb4a78ac8922d4450bcd3ce128249784dbf0c662130c19487d2/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f61666635656538653865663362353136383963322f6d61696e7461696e6162696c697479)](https://codeclimate.com/github/rtckit/php-sdp/maintainability)[![License](https://camo.githubusercontent.com/b8cadaa967891081f8f165695470689986c028821dd8a040132f6e661795dc0d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c7565)](LICENSE)

Quickstart
----------

[](#quickstart)

#### Session Description Parsing

[](#session-description-parsing)

Once [installed](#installation), you can parse SDP session description right away as follows:

```
