mirror of
https://github.com/danog/TelegramApiServer.git
synced 2024-11-26 20:04:45 +01:00
50 lines
1.1 KiB
JSON
50 lines
1.1 KiB
JSON
{
|
|
"name": "xtrime-ru/telegramapiserver",
|
|
"description": "Fast, simple, async php telegram client and parser: MadelineProto + Amphp HTTP Server",
|
|
"type": "project",
|
|
"homepage": "https://tg.i-c-a.su/",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"telegram",
|
|
"mtproto",
|
|
"client",
|
|
"PHP",
|
|
"amphp",
|
|
"async",
|
|
"daemon",
|
|
"coroutine",
|
|
"parser",
|
|
"micro-service",
|
|
"madelineproto"
|
|
],
|
|
"require": {
|
|
"php": "^8.1",
|
|
"ext-json": "*",
|
|
"ext-mbstring": "*",
|
|
"amphp/http-server": "^v3.x-dev",
|
|
"amphp/http": "^v2",
|
|
"amphp/http-server-router": "^2",
|
|
"amphp/http-server-form-parser": "^v2",
|
|
"amphp/websocket-server": "^v3",
|
|
"amphp/websocket-client": "^v2",
|
|
"vlucas/phpdotenv": "^4",
|
|
"danog/madelineproto": "dev-v8_fix_cleanup"
|
|
},
|
|
"suggest": {
|
|
"ext-pcntl": "Install pcintl for propper signal handling and healthcheck (enabled in .env)"
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true,
|
|
"authors": [
|
|
{
|
|
"name": "Alexander Pankratov",
|
|
"email": "alexander@i-c-a.su"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"TelegramApiServer\\": "src/"
|
|
}
|
|
}
|
|
}
|