All Projects â†’ telegram-bot-sdk â†’ telegram-bot-sdk

telegram-bot-sdk / telegram-bot-sdk

Licence: BSD-3-Clause license
🤖 Telegram Bot API PHP SDK. Create Telegram Bots with PHP Easily! [WIP - DO NOT USE IN PRODUCTION YET]

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to telegram-bot-sdk

Bot-Telegram-BeMEAN
💣 Bot para o Telegram do grupo do Be MEAN
Stars: ✭ 76 (+18.75%)
Mutual labels:  chatbots, telegram-bot-api, chatbot-telegram
tdlight-java
Complete Bot and Userbot Telegram library based on TDLib
Stars: ✭ 128 (+100%)
Mutual labels:  telegram-bots, telegram-bot-api, telegram-bot-framework
Nutgram
The Telegram bot framework that doesn't drive you nuts.
Stars: ✭ 206 (+221.88%)
Mutual labels:  telegram-bots, telegram-bot-api
grouphelperbot
A Telegram Bot made to help group admins, with Italian/English support.
Stars: ✭ 26 (-59.37%)
Mutual labels:  telegram-bots, telegram-bot-api
tinjecttelegram delphi
LMCODE
Stars: ✭ 37 (-42.19%)
Mutual labels:  telegram-bots, telegram-bot-api
forwardscoverbot
telegram bot that echoes any message you send it or modify to anonymize messages
Stars: ✭ 150 (+134.38%)
Mutual labels:  telegram-bots, telegram-bot-api
RPi-TELEBOT
Python based Telegram bot to monitor and control the raspberry pi
Stars: ✭ 19 (-70.31%)
Mutual labels:  telegram-bots, telegram-bot-api
Telegram-PHP-App
App base for Telegram bots
Stars: ✭ 14 (-78.12%)
Mutual labels:  telegram-bots, telegram-php
telegram-bot-framework
Python Telegram bot API framework
Stars: ✭ 19 (-70.31%)
Mutual labels:  telegram-bot-api, telegram-bot-framework
Java Telegram Bot Tutorial
Java Telegram Bot Tutorial. Feel free to submit issue if you found a mistake.
Stars: ✭ 165 (+157.81%)
Mutual labels:  chatbots, telegram-bot-api
telresender
A Telegram bot, which resend your message to another account
Stars: ✭ 22 (-65.62%)
Mutual labels:  telegram-bots, telegram-bot-api
wptelegram
Integrate your WordPress site perfectly with Telegram with full control.
Stars: ✭ 31 (-51.56%)
Mutual labels:  telegram-bots, telegram-bot-api
github client
Open source bot telegram menggunakan bahasa code dart
Stars: ✭ 24 (-62.5%)
Mutual labels:  telegram-bots, telegram-bot-api
tdlight-telegram-bot-api
The TDLight Telegram Bot API is an actively enhanced fork of the original Bot API, featuring experimental user support, proxies, unlimited files size, and more.
Stars: ✭ 71 (+10.94%)
Mutual labels:  telegram-bots, telegram-bot-api
Telegram Bot Sdk
🤖 Telegram Bot API PHP SDK. Lets you build Telegram Bots easily! Supports Laravel out of the box.
Stars: ✭ 2,212 (+3356.25%)
Mutual labels:  telegram-bot-sdk, telegram-bot-api
telegram
📚 Golang bindings for Telegram API
Stars: ✭ 15 (-76.56%)
Mutual labels:  telegram-bots, telegram-bot-api
echotron
An elegant and concurrent library for Telegram bots in Go.
Stars: ✭ 95 (+48.44%)
Mutual labels:  telegram-bots, telegram-bot-api
theimagebot
Blog.TheOstrich.Eu.Org
Stars: ✭ 15 (-76.56%)
Mutual labels:  telegram-bots, telegram-bot-api
gotgbot
Autogenerated Go wrapper for the telegram API. Inspired by the python-telegram-bot library.
Stars: ✭ 178 (+178.13%)
Mutual labels:  telegram-bots, telegram-bot-api
laravel-sentiment-analysis
A Laravel wrapper to perform sentiment analysis over an English sentence
Stars: ✭ 41 (-35.94%)
Mutual labels:  composer-package

Telegram Bot SDK

Join PHP Chat Chat on Telegram Build Status Latest Version Total Downloads

Telegram Bot API - PHP SDK

Telegram Bot SDK lets you develop Telegram Bots in PHP easily! Supports Laravel framework and comes with addons to enhance your bot development experience.

Telegram Bot API is an HTTP-based interface created for developers keen on building bots for Telegram.

To learn more about the Telegram Bot API, please consult the Introduction to Bots and Bot FAQ on Telegram's official site.

To get started writing your bots using Telegram Bot SDK, please refer the SDK Documentation.

NOTE: SDK has been migrated from the original repo irazasyed/telegram-bot-sdk since 4.x.

Usage

Documentation for the SDK can be found on the website.

Upgrade from version <4.x

Starting from version 4.x, the project has been renamed from irazasyed/telegram-bot-sdk to telegram-bot-sdk/telegram-bot-sdk.

In order to receive the new version and future updates, you need to rename it in your composer.json:

"require": {
-    "irazasyed/telegram-bot-sdk": "(version you use)",
+    "telegram-bot-sdk/telegram-bot-sdk": "(version you use)",
}

Laravel

Laravel service provider in addition to various other Laravel specific features have been moved to its own package.

"require": {
-    "irazasyed/telegram-bot-sdk": "(version you use)",
+    "telegram-bot-sdk/telegram-bot-sdk": "(version you use)",
+    "telegram-bot-sdk/laravel": "^4.0",
}

and run composer update.

Are You Using Telegram Bot SDK?

If you're using this SDK to build your Telegram Bots or have a project that's relevant to this SDK, We'd love to know and share it with the world.

Head over to Awesome Telegram Bots to share, discover, and learn more.

Contributing

Thank you for considering contributing to the project. Please read the contributing guide before creating an issue or sending in a pull request.

Code of Conduct

Please read our Code of Conduct before contributing or engaging in discussions.

Security

If you discover a security vulnerability within this project, please email Syed at syed at lukonet.com. All security vulnerabilities will be promptly addressed. You may view our full security policy here.

Credits

Disclaimer

This project, its author, and contributors are neither associated nor affiliated with Telegram in any way.

License

This project is open-sourced software licensed under the BSD 3-Clause license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].