Download the PHP package danog/php-rtc-sctp without Composer
On this page you can find all versions of the php package danog/php-rtc-sctp. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download danog/php-rtc-sctp
More information about danog/php-rtc-sctp
Files in danog/php-rtc-sctp
Package php-rtc-sctp
Short Description SCTP for PHP WebRTC data channels, ported to Amp v3 fibers and timers. MadelineProto's PHP 8.2+ fork is part of the modular danog/php-rtc stack.
License BSD-3-Clause
Homepage https://github.com/danog/php-rtc-sctp
Informations about the package php-rtc-sctp
SCTP Library for PHP
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.
About this fork
This is the danog/php-rtc-sctp fork used by MadelineProto. It targets PHP 8.2+ and replaces ReactPHP promises and timers with blocking Amp v3 fiber APIs and Revolt timers. An SCTP association can also run independently of an RTCDataChannel.
All internal Composer dependencies use their danog/php-rtc-* package names directly, so installing a component selects the maintained danog packages throughout the dependency graph.
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.2
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: [email protected]
- Sana Moniri
- GtiHub: sanamoniri
Reporting Issues
Found a bug? Please report it on our issues.
License
BSD 3-Clause License. See LICENSE for details.
References
All versions of php-rtc-sctp with dependencies
amphp/amp Version ^3.1.3
danog/php-rtc-exception Version ^1.1.5
danog/php-rtc-sdp Version ^1.1.6
danog/php-rtc-stats Version ^1.1.3
danog/php-rtc-ice Version ^1.1.18 || ^2.0
danog/php-rtc-datachannel Version ^1.1.4
danog/php-rtc-mixin Version ^2.0
symfony/polyfill-mbstring Version *