An open API service indexing awesome lists of open source software.

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.

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());
```