TelegramApiServer/composer.json
2024-05-23 18:35:21 +02:00

62 lines
1.3 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"
],
"repositories": [
{
"type": "github",
"url": "https://github.com/xtrime-ru/dns"
}
],
"require": {
"php": "^8.2",
"ext-json": "*",
"ext-mbstring": "*",
"amphp/http-server": "^3.3.1",
"amphp/http": "^2.1.1",
"amphp/http-server-router": "^2",
"amphp/http-server-form-parser": "^v2",
"amphp/websocket-server": "^3.0.1",
"amphp/websocket-client": "^v2",
"vlucas/phpdotenv": "^4.3",
"danog/madelineproto": "dev-v8_fix_cleanup",
"amphp/dns": "2.x-dev"
},
"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/"
}
},
"config": {
"allow-plugins": {
"symfony/thanks": false
}
}
}