- Notifications
You must be signed in to change notification settings - Fork36
🤖 Telegram Bot API PHP SDK 4.x. Create Telegram Bots with PHP Easily! [WIP]
License
telegram-bot-sdk/telegram-bot-sdk
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Telegram Bot SDK lets you develop Telegram Bots in PHP easily! SupportsLaravel 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 theIntroduction to Bots andBot FAQ on Telegram's official site.
To get started writing your bots usingTelegram Bot SDK, please refer theSDK Documentation.
NOTE: SDK has been migrated from the original repoirazasyed/telegram-bot-sdk since4.x.
Documentation for the SDK can be found on thewebsite.
Starting from version 4.x, the project has been renamed fromirazasyed/telegram-bot-sdk
totelegram-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 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/laravel": "^4.0",}
and runcomposer update
.
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 toAwesome Telegram Bots to share, discover, and learn more.
Thank you for considering contributing to the project. Please readthe contributing guide before creating an issue or sending in a pull request.
Please read ourCode of Conduct before contributing or engaging in discussions.
If you discover a security vulnerability within this project, please email Syed atsecurity at telegram-bot-sdk.com
. All security vulnerabilities will be promptly addressed. You may view our full security policyhere.
The Telegram Bot SDK is a third-party library and is not associated with, endorsed by, or affiliated with Telegram or its products. For more details, please read theDisclaimer
This project is open-sourced software licensed under theBSD 3-Clause license.
About
🤖 Telegram Bot API PHP SDK 4.x. Create Telegram Bots with PHP Easily! [WIP]