Ecosyste.ms: Awesome
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: about 2 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 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-22T11:35:25.000Z (almost 4 years ago)
- Last Synced: 2023-03-22T05:16:34.385Z (almost 2 years ago)
- Topics: extension, php, php-extension, php-extensions, td, tdlib, tdlib-php, telegram
- Language: C
- Size: 7.81 KB
- Stars: 6
- Watchers: 1
- 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 installAdd 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