{ "name": "xtrime-ru/telegramswooleclient", "description": "Fast, simple, async php telegram client and parser: MadelineProto + Swoole Server", "type": "project", "homepage": "http://tg.i-c-a.su/", "license": "MIT", "keywords": ["telegram", "mtproto", "protocol", "client", "PHP", "swoole", "async", "daemon", "coroutine", "parser", "micro-service"], "require": { "php": ">=7.2.0", "danog/madelineproto":"dev-master", "amphp/dns": "dev-master#1ccd6337f72107ba422ae72a5812687739d214c8 as 0.9.9", "amphp/file": "dev-master#94f772bd7a438fcc46984b0075155c8eda7284af as 0.3.3", "amphp/uri": "dev-master#b1b0aa74ba76aad7a75693fdc87e017b0c349316 as 0.1.3", "vlucas/phpdotenv": "^2.4", "ext-json": "*", "ext-swoole": ">=4.0" }, "require-dev": { "swoole/ide-helper": "dev-master" }, "repositories": [ { "type": "git", "url": "https://github.com/danog/phpseclib" }, { "type": "git", "url": "https://github.com/swoole/ide-helper.git" } ], "minimum-stability": "dev", "authors": [ { "name": "Alexander Pankratov", "email": "alexander@i-c-a.su" } ], "autoload": { "psr-4": { "TelegramSwooleClient\\": "src/" } } }