mirror of
https://github.com/danog/stun.git
synced 2024-11-30 04:29:17 +01:00
11 lines
208 B
Markdown
11 lines
208 B
Markdown
|
# Stun - A pure PHP async STUN implementation
|
||
|
|
||
|
Created by Daniil Gentili ([@danog](https://github.com/danog)).
|
||
|
|
||
|
This is a pure PHP async STUN implementation.
|
||
|
|
||
|
Usage:
|
||
|
|
||
|
```bash
|
||
|
composer require danog/stun
|
||
|
```
|