mirror of
https://github.com/danog/php-libtgvoip.git
synced 2024-11-30 04:19:26 +01:00
636 B
636 B
php-libtgvoip
Licensed under AGPLV3, created by Daniil Gentili.
This is a PHP extension that wraps the telegram VoIP library, created using php-cpp.
Installation:
Install the libopus headers (libopus-dev), binutils (binutils-dev), openssl headers and the php-cpp headers.
sudo apt-get install libopus-dev binutils-dev libssl-dev
git clone https://github.com/CopernicaMarketingSoftware/PHP-CPP
cd PHP-CPP
make -j$(nproc)
sudo make install
Then clone this repository recursively (git clone --recursive https://github.com/danog/php-libtgvoip
) and run make && sudo make install