From 64dd422b1ee7811dbd7a423c42d603a51215143d Mon Sep 17 00:00:00 2001 From: Aurimas Niekis Date: Thu, 9 Apr 2020 04:49:59 +0900 Subject: [PATCH] Added `tdlib` new php extension for tdlib (#983) --- example/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/README.md b/example/README.md index 1fdabe5a..5a9dbdee 100644 --- a/example/README.md +++ b/example/README.md @@ -164,7 +164,7 @@ See [erl-tdlib](https://github.com/lattenwald/erl-tdlib) for an example of TDLib TDLib can be used from the PHP programming language by wrapping its functionality in a PHP extension. -See [phptdlib](https://github.com/yaroslavche/phptdlib) or [PIF-TDPony](https://github.com/danog/pif-tdpony) for examples of such extensions which provide access to TDLib from PHP. +See [phptdlib](https://github.com/yaroslavche/phptdlib), [tdlib](https://github.com/aurimasniekis/php-ext-tdlib) or [PIF-TDPony](https://github.com/danog/pif-tdpony) for examples of such extensions which provide access to TDLib from PHP. See [tdlib-bundle](https://github.com/yaroslavche/tdlib-bundle) – a Symfony bundle based on [phptdlib](https://github.com/yaroslavche/phptdlib).