A PHP package to easily integrate Telegram Bot functionalities into your project.
Install the package via Composer:
composer require troia-account/telegram-bot
Ensure your PHP version is 8.0 or higher.
Initialize the Bot with your Telegram Bot token:
<?php
require 'vendor/autoload.php';
use TroiaAccount\TelegramBot\Bot;
$bot = new Bot('your-telegram-bot-token');
- Easy setup and integration
- Send and receive messages
- Handle different types of Telegram updates
- Extendable for custom commands and functionalities
- PHP 8.0 or higher
- Composer
- Create a new bot: Talk to BotFather to create a new bot and get the API token.
- Install the package: Use Composer to install the package as shown above.
- Initialize the bot: Use the provided example to initialize the bot with your token.
Contributions are welcome! Please fork the repository and submit a pull request with your changes. Make sure to follow the coding standards and write tests for your new features.
For any questions or support, please open an issue on GitHub.
Thank you for using Troia Account Telegram Bot! We hope it makes your development experience with Telegram Bots easier and more enjoyable.