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
- Host: GitHub
- URL: https://github.com/aurimasniekis/php-ext-tdlib
- Owner: aurimasniekis
- License: mit
- Created: 2020-04-04T05:51:31.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-22T11:35:25.000Z (about 5 years ago)
- Last Synced: 2025-03-30T07:31:57.242Z (11 months ago)
- Topics: extension, php, php-extension, php-extensions, td, tdlib, tdlib-php, telegram
- Language: C
- Size: 7.81 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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