From 1f1f8fbfef1ede0965717931f2f544b8dae92846 Mon Sep 17 00:00:00 2001 From: Aurimas Niekis Date: Mon, 13 Apr 2020 11:32:33 +0900 Subject: [PATCH] Added more PHP libraries --- example/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/example/README.md b/example/README.md index 5a9dbdee..281c9955 100644 --- a/example/README.md +++ b/example/README.md @@ -165,6 +165,11 @@ 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), [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 [ffi-tdlib](https://github.com/aurimasniekis/php-ffi-tdlib) - a PHP 7.4 FFI `libtdjson` based TdLib client. + +See [tdlib-schema](https://github.com/aurimasniekis/php-tdlib-schema) - A TdLib PHP Schema with generator for generating PHP objects from td_api.tl file. Provides PHP Classes which can be created from TdLib Json and generate Json for TdLib. + See [tdlib-bundle](https://github.com/yaroslavche/tdlib-bundle) – a Symfony bundle based on [phptdlib](https://github.com/yaroslavche/phptdlib).