jackmartin / telegram-bot-sdk
The Unofficial Telegram Bot API PHP SDK
Requires
- php: ^7.2
- guzzlehttp/guzzle: ^6.1
- guzzlehttp/psr7: ^1.3
- illuminate/support: ^5.5 || ^6.0
- league/event: ^2.1
Requires (Dev)
- phpunit/phpunit: ^6.1
Suggests
- illuminate/container: Hold dependencies to be injected in commands constructors
- irazasyed/larasupport: Allows you to use any Laravel Package in Lumen by adding support!
README
The (Unofficial) Telegram Bot API PHP SDK. Lets you develop Telegram Bots easily! Supports Laravel out of the box.
Overview
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 official Telegram site.
To get started writing your bots using this SDK, Please refer the documentation.
Install
composer require jackmartin/telegram-bot-sdk
Documentation
Documentation for the SDK can be found on the website.
Are You Using Telegram Bot SDK?
If you're using this SDK to build your Telegram Bots, We'd love to know and share the bot with the world. Tell us about it - here
Check out the Who's Using Telegram Bot SDK wiki page to know more about what people have been building with this SDK.
Additional information
Any issues, feedback, suggestions or questions please use issue tracker here.
Contributing
Thank you for considering contributing to the project. Please review the CONTRIBUTING guidelines before submitting any pull requests.
Credits
Disclaimer
This project and its author is neither associated, nor affiliated with Telegram in anyway. See License section for more details.
License
This project is released under the BSD 3-Clause License.
© 2015-16 Syed Irfaq R., All rights reserved.