A PHP implementation of TURN (Traversal Using Relays around NAT)

Maintainers

👁 aminyazdanpanah

Package info

github.com/PHP-WebRTC/turn

Homepage

pkg:composer/quasarstream/turn

Fund package maintenance!

php-webrtc

Statistics

Installs: 1 231

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.0 2025-05-13 18:50 UTC

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

BSD-3-Clause 456770e6baf18af80116a97b232509c3d344cdec

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

WebRTCturntraversal-using-relays-around-nat

This package is auto-updated.

Last update: 2026-06-13 20:59:12 UTC


README

👁 PHP Version
👁 License

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:

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