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

https://github.com/aurimasniekis/php-ext-tdlib

PHP extension for interfacing with TdLib
https://github.com/aurimasniekis/php-ext-tdlib

extension php php-extension php-extensions td tdlib tdlib-php telegram

Last synced: 10 months ago
JSON representation

PHP extension for interfacing with TdLib

Awesome Lists containing this project

README

          

# TdLib PHP Extension

A PHP extension to integrate [TdLib][tdlib-url] via JSON interface

## Requirements

* PHP 7.0+

## Installation

phpize
./configure
make
make install

Add the following line to your `php.ini`

extension=tdlib.so

To try out the extension, you can run the following command

php -a -d extension=modules/tdlib.so

## Reference

```php