{ "name": "danog/madelineproto", "description": "PHP implementation of telegram's MTProto protocol.", "type": "project", "license": "AGPL-3.0-only", "homepage": "https://daniil.it/MadelineProto", "keywords": ["telegram", "mtproto", "protocol", "bytes", "messenger", "client", "PHP", "video", "stickers", "audio", "files", "GB"], "conflict": { "krakjoe/pthreads-polyfill": "*" }, "require": { "php": ">=7.1.0", "danog/primemodule": "^1.0.3", "danog/magicalserializer": "^1.0", "phpseclib/phpseclib": "dev-master#27370df as 2.0.15", "vlucas/phpdotenv": "^3", "erusev/parsedown": "^1.6", "rollbar/rollbar": "dev-master", "ext-mbstring": "*", "ext-json": "*", "ext-xml": "*", "amphp/amp": "^2.0", "amphp/socket": "^0.10.11", "amphp/websocket": "dev-master", "amphp/websocket-client": "dev-master", "amphp/artax": "^3.0", "amphp/file": "^0.3.5", "amphp/uri": "^0.1.4", "amphp/byte-stream": "1.6.0" }, "require-dev": { "phpdocumentor/reflection-docblock": "^3.1", "ennexa/amp-update-cache": "dev-master", "phpunit/phpunit": "^8" }, "suggest": { "ext-libtgvoip": "Install the php-libtgvoip extension to make phone calls (https://github.com/danog/php-libtgvoip)" }, "authors": [ { "name": "Daniil Gentili", "email": "daniil@daniil.it" } ], "autoload": { "psr-0": { "danog\\MadelineProto\\": "src/" }, "files": [ "src/BigIntegor.php", "src/YieldReturnValue.php" ] } }