danog / php-rtc-mdns
An Amp v3 Multicast DNS resolver for WebRTC. MadelineProto's PHP 8.2+ fork is a Composer-compatible component of the modular danog/php-rtc stack.
Fund package maintenance!
Requires
- php: ^8.2
- amphp/amp: ^3.1
- amphp/socket: ^2.3
- daverandom/libdns: ^2.0.2
Requires (Dev)
- phpunit/php-code-coverage: 11.0.x-dev
- phpunit/phpunit: ^11.3
README
This library is originally forked from https://github.com/clue/reactphp-mdns
This library provides a Multicast DNS (mDNS) resolver for local network service discovery in WebRTC and other real-time peer-to-peer applications.
About this fork
This is the danog/php-rtc-mdns fork used by MadelineProto. It targets PHP 8.2+ and has been ported from ReactPHP promises and sockets to Amp v3 fibers and sockets.
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.
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: github@aminyazdanpanah.com
-
Sana Moniri
Reporting Issues
Found a bug? Please report it on our issues.
License
BSD 3-Clause License. See LICENSE for details.