A PHP library implementing SCTP (Stream Control Transmission Protocol) for WebRTC data channels.

Maintainers

👁 aminyazdanpanah

Package info

github.com/PHP-WebRTC/sctp

Homepage

pkg:composer/quasarstream/sctp

Fund package maintenance!

php-webrtc

Statistics

Installs: 1 203

Dependents: 2

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.0 2025-05-14 19:25 UTC

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

BSD-3-Clause 40361ff46eef9f32192452d24447dacdd8b525d0

  • Amin Yazdanpanah <github.woop@aminyazdanpanah.com>
  • Sana Moniri <s.mo.woop@quasarstream.com>
  • Quasar Stream Community

WebRTCdatachannelsctp

This package is auto-updated.

Last update: 2026-06-14 22:07:51 UTC


README

👁 PHP Version
👁 License

A PHP library implementing SCTP (Stream Control Transmission Protocol) for WebRTC data channels. This package supports stream multiplexing, retransmissions, congestion control, and reliable or partially reliable data delivery.

Features

  • Full support for SCTP packet parsing and serialization
  • Stream multiplexing for data channels
  • Congestion control and retransmission mechanisms
  • Timer-based delivery (RFC 3758)
  • Partial reliability support

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