mirror of
https://github.com/danog/TelegramApiServer.git
synced 2024-11-30 04:19:13 +01:00
32 lines
982 B
JSON
32 lines
982 B
JSON
{
|
|
"name": "xtrime-ru/telegramapiserver",
|
|
"description": "Fast, simple, async php telegram client and parser: MadelineProto + Amphp Server",
|
|
"type": "project",
|
|
"homepage": "https://tg.i-c-a.su/",
|
|
"license": "MIT",
|
|
"keywords": ["telegram", "mtproto", "protocol", "client", "PHP", "amphp", "async", "daemon", "coroutine", "parser", "micro-service"],
|
|
"require": {
|
|
"php": ">=7.3.0",
|
|
"ext-json": "*",
|
|
"amphp/http-server": "^2",
|
|
"vlucas/phpdotenv": "^3",
|
|
"danog/madelineproto":"dev-master",
|
|
"amphp/dns": "dev-master#aa1892bd as 0.9",
|
|
"amphp/socket": "^1",
|
|
"amphp/websocket": "dev-master#db2da8c5b3ed22eae37da5ffa10ab3ea8de19342 as 1",
|
|
"amphp/websocket-client": "dev-master#aff808025637bd705672338b4904ad03a4dbdc04 as 1"
|
|
},
|
|
"minimum-stability": "dev",
|
|
"authors": [
|
|
{
|
|
"name": "Alexander Pankratov",
|
|
"email": "alexander@i-c-a.su"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"TelegramApiServer\\": "src/"
|
|
}
|
|
}
|
|
}
|