akeinhell/telegram-bot

There is no license information available for the latest version (1.0.0) of this package.

[IN DEVELOP] A complete Telegram bot API implementation written in PHP, with support for inline bots!

1.0.0 2016-06-22 06:13 UTC

This package is not auto-updated.

Last update: 2024-04-08 04:31:40 UTC


README

IN DEVELOP NOT USE IN PRODUCTION

PHP Telegram Bot Api

Build Status Software License Latest Version on Packagist Coverage Status Quality Score Total Downloads SensioLabsInsight

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.