Skip to content

Latest commit

 

History

History
53 lines (33 loc) · 1.62 KB

README.md

File metadata and controls

53 lines (33 loc) · 1.62 KB

PHP Telegram Bot Api

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

An extended php wrapper for telegram bot api

Install

Via Composer

$ composer require telegram-bot/api

Usage

$bot = new TelegramBot\Api\BotApi('YOUR_BOT_API_TOKEN');

$bot->sendMessage($chatId, $messageText);

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 [email protected] instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.