awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
irazasyed avatar

irazasyed/telegram-bot-sdk

0
View on GitHub↗
3,300 Stars·674 Forks·PHP·BSD-3-Clause·2 Aufrufetelegram-bot-sdk.com↗

Telegram Bot Sdk

🤖 Telegram Bot API PHP SDK. Lets you build Telegram Bots easily! Supports Laravel out of the box.

Features

  • Bot Development Frameworks - PHP SDK for the Telegram Bot API.
  • Bot Frameworks - PHP SDK with Laravel support.
  • Third Party Services - SDK for developing Telegram messenger bots.

Star-Verlauf

Star-Verlauf für irazasyed/telegram-bot-sdkStar-Verlauf für irazasyed/telegram-bot-sdk

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Telegram Bot Sdk

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Telegram Bot Sdk.
  • python-telegram-bot/python-telegram-botAvatar von python-telegram-bot

    python-telegram-bot/python-telegram-bot

    29,227Auf GitHub ansehen↗

    This project is an asynchronous messaging framework designed for building interactive applications on the Telegram platform. It functions as a comprehensive wrapper that maps native platform methods and update types into structured objects, enabling developers to create event-driven services that respond to real-time user input. By integrating with standard event loops, the library facilitates high-throughput communication and non-blocking message processing. The framework distinguishes itself through a sophisticated update-driven dispatcher pattern that routes incoming messages to specific h

    Pythonbotchatbotframework
    Auf GitHub ansehen↗29,227
  • telegraf/telegrafAvatar von telegraf

    telegraf/telegraf

    9,158Auf GitHub ansehen↗

    Telegraf is a Node.js framework and typed API wrapper for building interactive chat agents on the Telegram platform. It provides a structured environment for developing automated agents that interface with the Telegram Bot API to process and respond to user messages. The framework uses a middleware-based request router to process incoming events through a customizable chain of handlers. This architecture allows for dynamic command routing and the use of a context-object pattern to pass updates and API methods through the processing pipeline. The system supports multiple event delivery method

    TypeScript
    Auf GitHub ansehen↗9,158
  • mrroundrobin/telegram.botAvatar von MrRoundRobin

    MrRoundRobin/telegram.bot

    51Auf GitHub ansehen↗

    .NET Client for Telegram Bot API

    C#
    Auf GitHub ansehen↗51
  • tucnak/telebotAvatar von tucnak

    tucnak/telebot

    4,565Auf GitHub ansehen↗

    Telebot is a framework for building interactive bots using the Telegram Bot API. It provides a type-safe API wrapper and an asynchronous event handler to manage messages, commands, and user interactions. The project features a middleware-based request interception system and pattern-based event routing to map triggers to custom logic. It includes a dedicated inline query engine for generating real-time suggested results and an interactive keyboard builder for creating custom reply and inline buttons. The framework covers a broad range of capabilities, including rich media management for albu

    Go
    Auf GitHub ansehen↗4,565
Alle 30 Alternativen zu Telegram Bot Sdk anzeigen→

Häufig gestellte Fragen

Was macht irazasyed/telegram-bot-sdk?

🤖 Telegram Bot API PHP SDK. Lets you build Telegram Bots easily! Supports Laravel out of the box.

Was sind die Hauptfunktionen von irazasyed/telegram-bot-sdk?

Die Hauptfunktionen von irazasyed/telegram-bot-sdk sind: Bot Development Frameworks, Bot Frameworks, Third Party Services.

Welche Open-Source-Alternativen gibt es zu irazasyed/telegram-bot-sdk?

Open-Source-Alternativen zu irazasyed/telegram-bot-sdk sind unter anderem: telegraf/telegraf — Telegraf is a Node.js framework and typed API wrapper for building interactive chat agents on the Telegram platform.… yagop/node-telegram-bot-api — This project is a library for Telegram bot development, enabling the creation of automated agents that respond to user… mrroundrobin/telegram.bot — .NET Client for Telegram Bot API. python-telegram-bot/python-telegram-bot — This project is an asynchronous messaging framework designed for building interactive applications on the Telegram… tucnak/telebot — Telebot is a framework for building interactive bots using the Telegram Bot API. It provides a type-safe API wrapper… andrew-templeton/bottie.