PHPackages                             devgoeth/tbot - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. devgoeth/tbot

ActiveLibrary[Framework](/categories/framework)

devgoeth/tbot
=============

PHP mini-framework for creating telegram bots.

0391PHP

Since Apr 29Pushed 6y ago1 watchersCompare

[ Source](https://github.com/devgoeth/tbot)[ Packagist](https://packagist.org/packages/devgoeth/tbot)[ RSS](/packages/devgoeth-tbot/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Installation
============

[](#installation)

```
cd /path/to/project
composer require devgoeth/tbot @dev
```

#### Execute migration

[](#execute-migration)

```
php yii migrate --migrationPath=./vendor/devgoeth/tbot/migrations --interactive=0
```

Overview
========

[](#overview)

Migration create Folders and Files:

```
/frontend/components/tbot
/frontend/components/tbot/config/menu.php
/frontend/components/tbot/config/params.php
/frontend/components/tbot/controllers/DefaultController.php

```

Examples
--------

[](#examples)

You might view example with migration.

#### 1. Step

[](#1-step)

Edit /frontend/components/tbot/config/params.php and write your apibot token in array of params.

```
