From 24145ff7ba8dc32c5652bb03546956dfe7f8eae8 Mon Sep 17 00:00:00 2001 From: levlam Date: Mon, 29 Apr 2019 03:53:28 +0300 Subject: [PATCH] Add link to yaroslavche/tdlib-bundle to list of examples. GitOrigin-RevId: 5147c6e0529708200c5baa50026b7444ab9d58af --- example/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/example/README.md b/example/README.md index 89612a44..11805b4e 100644 --- a/example/README.md +++ b/example/README.md @@ -138,6 +138,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 [tdlib-bundle](https://github.com/yaroslavche/tdlib-bundle) - a Symfony bundle based on [phptdlib](https://github.com/yaroslavche/phptdlib). ## Using TDLib in Lua projects