PHPackages                             taknone/liveproto - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Queues &amp; Workers](/categories/queues)
4. /
5. taknone/liveproto

ActiveLibrary[Queues &amp; Workers](/categories/queues)

taknone/liveproto
=================

An async , pure PHP MTProto Telegram client

v0.0.24(4mo ago)3560784MITPHPCI passing

Since Aug 3Pushed 4mo ago1 watchersCompare

[ Source](https://github.com/TakNone/LiveProto)[ Packagist](https://packagist.org/packages/taknone/liveproto)[ RSS](/packages/taknone-liveproto/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (9)Versions (25)Used By (4)

LiveProto
=========

[](#liveproto)

 [![logo](docs/_images/logo.svg)](docs/_images/logo.svg) An **async** , **Pure-PHP** MTProto Telegram client library for both *bot* &amp; *user account* handling

---

🚀 Features
----------

[](#-features)

- **Full MTProto Protocol** : Complete implementation of Telegram's low-level protocol
- **Asynchronous I/O** : Built with PHP 8's async primitives ( Fibers / Amp ), enabling non-blocking requests
- **Session Management** : Automatic key exchange, session storage, and reconnection logic
- **Comprehensive API Coverage** : Send and receive messages, manage chats and channels, handle updates, upload/download media, and more

---

📦 Installation
--------------

[](#-installation)

Install via Composer :

```
composer require taknone/liveproto
```

Then use it like this :

```
