{
    "name": "afaztech/neili",
    "description": "Neili is an async-first PHP library built on Amp that streamlines creating robust Telegram bots. It provides a non-blocking HTTP client, wrappers for all Telegram Bot API methods, a long-polling Poller with concurrency control, and a flexible webhook handler. Neili is optimized for both constrained hosting environments and long-running worker processes.",
    "type": "library",
    "license": "MIT",
    "keywords": [
        "afaztech",
        "neili",
        "telegram",
        "telegram bot",
        "telegram api",
        "telegram automation",
        "async",
        "amp"
    ],
    "require": {
        "php": ">=8.1",
        "psr/log": "^3.0",
        "amphp/file": "^3.2",
        "amphp/http-client": "^5.3"
    },
    "autoload": {
        "psr-4": {
            "Neili\\": "src/"
        }
    },
    "homepage": "https://github.com/imafaz/neili",
    "authors": [
{
            "name": "Abolfazl Majidi (Afaz)",
            "email": "contact@afaz.me",
            "homepage": "https://afaz.me"
        }
    ],
    "minimum-stability": "stable",
    "prefer-stable": true
}
