akeinhell / telegram-bot
[IN DEVELOP] A complete Telegram bot API implementation written in PHP, with support for inline bots!
Requires
- php: >=5.5.9
- guzzlehttp/guzzle: ^6.2
Requires (Dev)
- phpspec/prophecy: ^1.5
- phpunit/phpunit: ^4.8|^5.0
This package is not auto-updated.
Last update: 2024-11-18 07:17:07 UTC
README
IN DEVELOP NOT USE IN PRODUCTION
PHP Telegram Bot Api
An extended native php wrapper for Telegram Bot API without requirements. Supports all methods and types of responses.
Bots: An introduction for developers
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.
Install
Via Composer
composer require akeinhell/telegram-bot
Change log
Please see CHANGELOG for more information what has changed recently.
Testing
$ composer test
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email akeinhell@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.