2018-12-24 13:34:04 +01:00
|
|
|
{
|
2019-06-09 19:47:46 +02:00
|
|
|
"name": "xtrime-ru/telegramapiserver",
|
2021-11-25 23:04:44 +01:00
|
|
|
"description": "Fast, simple, async php telegram client and parser: MadelineProto + Amphp HTTP Server",
|
2018-12-24 13:34:04 +01:00
|
|
|
"type": "project",
|
2019-06-20 15:59:42 +02:00
|
|
|
"homepage": "https://tg.i-c-a.su/",
|
2018-12-24 13:34:04 +01:00
|
|
|
"license": "MIT",
|
2022-02-19 17:04:45 +01:00
|
|
|
"keywords": [
|
|
|
|
"telegram",
|
|
|
|
"mtproto",
|
|
|
|
"client",
|
|
|
|
"PHP",
|
|
|
|
"amphp",
|
|
|
|
"async",
|
|
|
|
"daemon",
|
|
|
|
"coroutine",
|
|
|
|
"parser",
|
|
|
|
"micro-service",
|
|
|
|
"madelineproto"
|
|
|
|
],
|
2024-05-14 18:18:12 +02:00
|
|
|
"repositories": [
|
|
|
|
{
|
|
|
|
"type": "github",
|
|
|
|
"url": "https://github.com/xtrime-ru/dns"
|
|
|
|
}
|
|
|
|
],
|
2018-12-24 13:34:04 +01:00
|
|
|
"require": {
|
2024-05-23 18:34:54 +02:00
|
|
|
"php": "^8.2",
|
2019-05-15 00:31:11 +02:00
|
|
|
"ext-json": "*",
|
2020-01-14 22:39:41 +01:00
|
|
|
"ext-mbstring": "*",
|
2024-05-23 18:34:54 +02:00
|
|
|
"amphp/http-server": "^3.3.1",
|
|
|
|
"amphp/http": "^2.1.1",
|
2023-01-30 02:12:37 +01:00
|
|
|
"amphp/http-server-router": "^2",
|
|
|
|
"amphp/http-server-form-parser": "^v2",
|
2024-05-23 18:34:54 +02:00
|
|
|
"amphp/websocket-server": "^3.0.1",
|
2023-01-30 02:12:37 +01:00
|
|
|
"amphp/websocket-client": "^v2",
|
2024-05-23 18:34:54 +02:00
|
|
|
"vlucas/phpdotenv": "^4.3",
|
2024-05-14 18:18:12 +02:00
|
|
|
"danog/madelineproto": "dev-v8_fix_cleanup",
|
|
|
|
"amphp/dns": "2.x-dev"
|
2020-01-14 22:39:41 +01:00
|
|
|
},
|
2023-06-23 20:27:26 +02:00
|
|
|
"suggest": {
|
|
|
|
"ext-pcntl": "Install pcintl for propper signal handling and healthcheck (enabled in .env)"
|
|
|
|
},
|
2018-12-24 13:34:04 +01:00
|
|
|
"minimum-stability": "dev",
|
2019-12-31 23:44:44 +01:00
|
|
|
"prefer-stable": true,
|
2018-12-24 13:34:04 +01:00
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Alexander Pankratov",
|
2019-02-04 21:23:25 +01:00
|
|
|
"email": "alexander@i-c-a.su"
|
2018-12-24 13:34:04 +01:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"autoload": {
|
2019-01-07 13:24:29 +01:00
|
|
|
"psr-4": {
|
2019-06-09 19:47:46 +02:00
|
|
|
"TelegramApiServer\\": "src/"
|
2019-12-25 23:51:20 +01:00
|
|
|
}
|
2024-05-14 13:46:06 +02:00
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"allow-plugins": {
|
|
|
|
"symfony/thanks": false
|
|
|
|
}
|
2018-12-24 13:34:04 +01:00
|
|
|
}
|
2019-03-31 03:23:25 +02:00
|
|
|
}
|