Skip to content

afeno/php-libtgvoip

 
 

Repository files navigation

php-libtgvoip

FOSSA Status

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), openssl headers and the php-cpp headers. Then clone this repository recursively and run make && sudo make install

On Ubuntu/debian/any debian-based distro:

sudo apt-get install libopus-dev libssl-dev build-essential php$(echo "<?php echo PHP_MAJOR_VERSION.'.'.PHP_MINOR_VERSION;" | php)-dev && git clone https://github.com/danog/PHP-CPP && cd PHP-CPP && make -j$(nproc) && sudo make install && cd .. && git clone --recursive https://github.com/danog/php-libtgvoip && cd php-libtgvoip && make && sudo make install

Documentation

https://docs.madelineproto.xyz/docs/CALLS.html

About

PHP extension that wraps the telegram VoIP library.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 85.3%
  • Makefile 14.7%