quasarstream / turn
A PHP implementation of TURN (Traversal Using Relays around NAT)
Fund package maintenance!
php-webrtc
Requires
- php: ^8.4
- psr/log: ^3.0
- quasarstream/exception: ^1.0
- quasarstream/mixin: ^1.0
- quasarstream/stun: ^1.0
- react/event-loop: ^1.5
- react/promise: ^3.2
- react/socket: ^1.16
Requires (Dev)
- mockery/mockery: ^1.6
- phpunit/php-code-coverage: 11.0.x-dev
- phpunit/phpunit: ^11.3
This package is auto-updated.
Last update: 2025-05-13 18:53:24 UTC
README
A PHP implementation of TURN (Traversal Using Relays around NAT) to facilitate NAT traversal for WebRTC by relaying media through a TURN server when peer-to-peer fails.
Features
- Encode and decode TURN allocation and channel messages
- Relay address allocation
- Integrates with STUN and ICE workflows
- Message integrity and credential verification
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.