mirror of
https://github.com/danog/php-libtgvoip.git
synced 2024-12-02 09:17:55 +01:00
14 lines
394 B
Markdown
14 lines
394 B
Markdown
# php-libtgvoip
|
|
|
|
Licensed under AGPLV3, created by Daniil Gentili.
|
|
|
|
This is a PHP extension that wraps the [telegram VoIP library](https://github.com/grishka/libtgvoip), created using php-cpp.
|
|
|
|
Installation:
|
|
|
|
Install the libopus headers (libopus-dev), openssl headers (OpenSSL_1_0_1-stable) and the php-cpp headers.
|
|
|
|
Then clone this repository recursively and run `make && sudo make install`
|
|
|
|
|