mirror of
https://github.com/danog/TelegramApiServer.git
synced 2024-11-26 11:54:42 +01:00
51 lines
1.1 KiB
JSON
51 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.0|~8.1",
|
|
"ext-json": "*",
|
|
"ext-mbstring": "*",
|
|
"ext-pcntl": "*",
|
|
"amphp/http-server": "^2",
|
|
"amphp/http-server-router": "^1",
|
|
"amphp/websocket-server": "^2",
|
|
"amphp/websocket-client": "^1",
|
|
"amphp/http-client": "^4",
|
|
"vlucas/phpdotenv": "^4",
|
|
"danog/madelineproto": "dev-compress_db",
|
|
"amphp/http-server-form-parser": "^1.1"
|
|
},
|
|
"require-dev": {
|
|
"roave/security-advisories": "dev-master"
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true,
|
|
"authors": [
|
|
{
|
|
"name": "Alexander Pankratov",
|
|
"email": "alexander@i-c-a.su"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"TelegramApiServer\\": "src/"
|
|
}
|
|
}
|
|
}
|