https://github.com/danog/stun
A pure PHP async STUN implementation.
https://github.com/danog/stun
Last synced: 9 months ago
JSON representation
A pure PHP async STUN implementation.
- Host: GitHub
- URL: https://github.com/danog/stun
- Owner: danog
- License: agpl-3.0
- Created: 2023-09-01T20:02:02.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-01T20:34:11.000Z (almost 3 years ago)
- Last Synced: 2025-02-01T11:11:12.322Z (over 1 year ago)
- Language: PHP
- Size: 31.3 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```
And then:
```php
bind());
```