mirror of
https://github.com/danog/TelegramApiServer.git
synced 2024-11-26 20:04:45 +01:00
47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"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/"
|
|
}
|
|
}
|
|
}
|