{ "name": "xtrime-ru/telegramapiserver", "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", "ext-json": "*", "ext-swoole": ">=4.1", "danog/madelineproto":"dev-session_optimization", "amphp/amp": "dev-master", "amphp/http-server": "dev-master", "vlucas/phpdotenv": "^3" }, "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" }, { "type": "git", "url": "https://github.com/xtrime-ru/MadelineProto.git" } ], "minimum-stability": "dev", "authors": [ { "name": "Alexander Pankratov", "email": "alexander@i-c-a.su" } ], "autoload": { "psr-4": { "TelegramApiServer\\": "src/" } } }