IN DEVELOP NOT USE IN PRODUCTION
An extended native php wrapper for Telegram Bot API without requirements. Supports all methods and types of responses.
Bots are special Telegram accounts designed to handle messages automatically. Users can interact with bots by sending them command messages in private or group chats.
You control your bots using HTTPS requests to bot API.
The Bot API is an HTTP-based interface created for developers keen on building bots for Telegram. To learn how to create and set up a bot, please consult Introduction to Bots and Bot FAQ.
Via Composer
composer require akeinhell/telegram-bot
Please see CHANGELOG for more information what has changed recently.
$ composer test
Please see CONTRIBUTING for details.
If you discover any security related issues, please email akeinhell@gmail.com instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.